View Source MyspaceIPFS.Api (Myspace IPFS v1.0.0-dev)
MyspaceIPFS.Api is where the main commands of the IPFS API reside. Alias this library and you can run the commands via Api.<cmd_name>.
## Examples
iex> alias MyspaceIPFS.API, as: Api
iex> Api.get("Multihash_key")
<<0, 19, 148, 0, ... >>
Link to this section Summary
Link to this section Types
@type opts() :: MyspaceIPFS.opts()
@type path() :: MyspaceIPFS.path()
@type result() :: MyspaceIPFS.result()