This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -774,6 +774,13 @@ The core API is grouped into several areas:
774
774
- [` ipfs .files .stat (path, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesstat)
775
775
- [` ipfs .files .write (path, content, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#fileswrite)
776
776
777
+ - [refs](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md)
778
+ - [` ipfs .refs (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refs)
779
+ - [` ipfs .refsReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refsreadablestream)
780
+ - [` ipfs .refsPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refspullstream)
781
+ - [` ipfs .refs .local ()` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocal)
782
+ - [` ipfs .refs .localReadableStream ()` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocalreadablestream)
783
+ - [` ipfs .refs .localPullStream ()` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/REFS.md#refslocalpullstream)
777
784
778
785
#### Graph
779
786
You can’t perform that action at this time.
0 commit comments