HTTP API methods
Last updated
Last updated
The IPFS documentation lists the .
Wetez supports a subset of these which are detailed in this section.
All Wetez IPFS methods require including the Admin Key or use Dedicated Gateway
Arguments are added through the special query string key arg
:
Note that arg
can be used multiple times to signify multiple arguments.
When a bunch of objects are requested, IPFS returns them in the Newline Delimited JSON, , format.
This is because the calls are asynchronous and the responses are processed one object at a time.
Response JSON includes \n
separators that must be dealt with.