View Source ExIpfs.Refs (Elixir IPFS v0.1.0)
ExIpfs.Refs is where the commands to lookup references are defined.
To get a gist of the contents, try:
iex> ExIpfs.Refs.local()
Link to this section Summary
Link to this section Types
A ref as reported from the refs group of commands
Link to this section Functions
@spec local() :: {:ok, t()} | ExIpfs.Api.error_response()
Get a list of all local references.
Response is a list of ExIpfs.ref().
@spec refs(Path.t(), list()) :: {:ok, any()} | ExIpfs.Api.error_response()
Get a list of all references from a given path.