View Source ExIpfs.Refs (Elixir IPFS v0.1.8)
ExIpfs.Refs is where the commands to lookup references are defined.
To get a gist of the contents, try:
iex> ExIpfs.Refs.local()
Summary
Types
A ref as reported from the refs group of commands
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()) :: ExIpfs.Api.error_response()
Get a list of all references from a given path.