A client library for the IPFS API.
CL-IPFS-API (IPFS-API)
Identifying user-agent string for API calls
Hostname for API calls
Default encoding type
Port for all API calls
Path prefix for all API calls
[function] ADD (PATH &KEY RECURSIVE QUIET PROGRESS TRICKLE ONLY-HASH WRAP-WITH-DIRECTORY HIDDEN CHUNKER TIMEOUT WANT-STREAM)
Add an object to ipfs.
Show IPFS object data.
List links from an object.
List directory contents for Unix-filesystem objects.
Get a raw IPFS block
Store input as an IPFS block.
Print information of a raw IPFS block.
Get and serialize the DAG node named by KEY.
stores input as a DAG object, outputs its key.
Get stats for the DAG node named by KEY.
Output the raw bytes in an IPFS object.
Output the links pointed to by the specified object.
Create a new object from an ipfs template.
Create a new DAG node based on an existing one.
Pin objects to local storage.
Unpin an object from local storage.
List objects pinned to local storage.
Perform a garbage collection sweep on non-pinned objects.
List known addresses.
List peers with open connections.
Open connection to a given address.
Close connection to a given address.
List currently applied filters.
Add an address filter.
Remove an address filter.
Show peers in the bootstrap list.
Add peers to the bootstrap list.
Remove peers from the bootstrap list.
[function] REFS (IPFS-PATH &KEY FORMAT EDGES UNIQUE RECURSIVE (ENCODING *ENCODING*) TIMEOUT WANT-STREAM)
List links (references) from an object.
List all local references.
Resolve the value of names to IPFS.
Publish an object to IPNS.
Get the value currently published at an IPNS name.
DNS link resolver.
Run a 'FindClosestPeers' query through the DHT.
Run a 'GetValue' query through the DHT.
Run a 'PutValue' query through the DHT.
Run a 'FindPeer' query through the DHT.
Run a 'FindProviders' query through the DHT.
Send echo request packets to IPFS hosts.
Get and set IPFS config values.
Outputs the content of the config file.
Replace the config with FILE.
Show IPFS Node ID information
Show IPFS version information.
(asdf:test-system :cl-ipfs-api)
MIT