View Source ExIpfs.Api (Elixir IPFS v0.1.5)
A module that contains the functions that are used to interact with the IPFS API.
Summary
Types
A structured error returned from the upstream IPFS API.
A an aggregate type that represents the possible errors that can be returned from the API.
A type that represents the possible responses from the API.
Types
A structured error returned from the upstream IPFS API.
@type error_response() :: {:error, error()} | {:error, Tesla.Env.t()} | {:error, atom()}
A an aggregate type that represents the possible errors that can be returned from the API.
@type response() :: binary() | map() | list() | error_response()
A type that represents the possible responses from the API.