Get Data
Get Data
IPFS Get Data
Gets data from the IPFS network for the specified CID/Path. This function requires inputs as follows:
- Ipfs Http Gateway 1 : Struct, holds the url of the gateway to send the request to.
- Ipfs Address 2 : Struct, holds the CID and path of the file on IPFS network.
The returned Response is a struct that holds data such as headers, status code, and body of the response of the HTTP request.
info
If Success is True that only means that the response from the IPFS network was successful only.
If successful, returns the Data 3 which is an array of bytes.