View Source MyspaceIPFS.Api.Basic.Refs (Myspace IPFS v0.0.1)

MyspaceIPFS.Api is where the main commands of the IPFS API reside.

Link to this section Summary

Functions

Get a list of all local references.

Link to this section Functions

@spec local() :: any()

Get a list of all local references.

@spec refs(binary()) ::
  {:client_error | :forbidden | :missing | :not_allowed | :ok | :server_error,
   any()}