View Source MyspaceIPFS.Refs (Myspace IPFS v0.1.0-alpha.1)

Link to this section Summary

Types

t()

Type for the response of entries in the refs list.

Functions

Get a list of all local references.

Link to this section Types

@type t() :: %MyspaceIPFS.Refs{Err: String.t(), Ref: String.t()}

Type for the response of entries in the refs list.

Link to this section Functions

@spec local() :: mapped()

Get a list of all local references.

Response is a list of Refs.t().

@spec refs(path(), opts()) :: mapped()