This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,11 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
239
239
- [ ` ipfs.files.addReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addreadablestream )
240
240
- [ ` ipfs.files.addPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addpullstream )
241
241
- [ ` ipfs.files.cat(multihash, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat )
242
+ - [ ` ipfs.files.catReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream )
243
+ - [ ` ipfs.files.catPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream )
242
244
- [ ` ipfs.files.get(hash, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get )
245
+ - [ ` ipfs.files.getReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream )
246
+ - [ ` ipfs.files.getPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream )
243
247
244
248
- [ block] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md )
245
249
- [ ` ipfs.block.get(cid, [options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get )
You can’t perform that action at this time.
0 commit comments