js-cluster-client icon indicating copy to clipboard operation
js-cluster-client copied to clipboard

A client library for the IPFS Cluster HTTP API, implemented in JavaScript.

Results 4 js-cluster-client issues
Sort by recently updated
recently updated
newest added

In **v0.0.3** when we do: ``` cluster.add(CID, (err, res) => { console.log(res) }) ``` We get an empty array: `[]` Somehow we aren't getting the CID object(which can be accessed...

kind/bug
help wanted

as title, cloud add the types files for typescript development?

From reading the documentation, under the cluster.recover section, I noticed that it says: "For now, ONLY requests with parameter local=true are supported" From brief testing, passing in local=false seems to...

An addFromFs functionality would be very useful (similar in functionality to the addFromFS functionality from the js-ipfs-http-client: https://github.com/ipfs/interface-js-ipfs-core/blob/master/SPEC/FILES.md#addfromfs I'm not sure how challenging this would be as I haven't dove...

help wanted