IPFS v0.1.5 IPFS.ClusterAPI View Source

The following endpoint wrappers still need to be implemented:

  • POST /peers
  • DELETE /peers/{peerID}
  • POST /pins/sync
  • POST /pins/{cid}
  • DELETE /pins/{cid}
  • POST /pins/{cid}/sync
  • POST /pins/{cid}/recover

Link to this section Summary

Functions

Builds a likelly to work connection struct to use with IPFS cluster

Retrieves the cluster peer information

Retrieves version information about the running IPFS node

Link to this section Types

Link to this section Functions

Link to this function allocation_ls(conn) View Source
allocation_ls(t()) :: result()
Link to this function allocation_show(conn, cid) View Source
allocation_show(t(), cid()) :: result()

Builds a likelly to work connection struct to use with IPFS cluster.

Retrieves the cluster peer information.

Link to this function pin_ls(conn) View Source
pin_ls(t()) :: result()
Link to this function pin_show(conn, cid) View Source
pin_show(t(), cid()) :: result()
Link to this function version(conn) View Source
version(t()) :: result()

Retrieves version information about the running IPFS node.