View Source MyspaceIPFS.Api.Data.Files (Myspace IPFS v0.0.1)

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

Link to this section Summary

Link to this section Functions

@spec cp(binary(), binary()) :: any()
@spec flush() :: any()
@spec ls() :: any()
@spec mkdir(binary()) :: any()
@spec mv(binary(), binary()) :: any()
@spec read(binary()) :: any()
@spec rm(binary()) :: any()
@spec stat(binary()) :: any()
@spec write(binary(), binary()) :: any()