This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,14 @@ const ipfs = ipfsClient({
220
220
- [ ` ipfs.block.put(block, [options], [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockput )
221
221
- [ ` ipfs.block.stat(cid, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BLOCK.md#blockstat )
222
222
223
+ - [ refs] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md )
224
+ - [ ` ipfs.refs(ipfsPath, [options], [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refs )
225
+ - [ ` ipfs.refsReadableStream(ipfsPath, [options], [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refsreadablestream )
226
+ - [ ` ipfs.refsPullStream(ipfsPath, [options], [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refspullstream )
227
+ - [ ` ipfs.refs.local([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocal )
228
+ - [ ` ipfs.refs.localReadableStream([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocalreadablestream )
229
+ - [ ` ipfs.refs.localPullStream([callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocalpullstream )
230
+
223
231
#### Graph
224
232
225
233
- [ dag] ( https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/DAG.md )
You can’t perform that action at this time.
0 commit comments