This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -782,6 +782,7 @@ The core API is grouped into several areas:
782
782
- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
783
783
- [` ipfs .block .get (cid, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockget)
784
784
- [` ipfs .block .put (block, cid)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockput)
785
+ - [` ipfs .block .rm (cid)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockrm)
785
786
- [` ipfs .block .stat (cid)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockstat)
786
787
- [bitswap](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BITSWAP.md)
787
788
- [` ipfs .bitswap .wantlist ([peerId])` ](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/BITSWAP.md#bitswapwantlist)
@@ -873,6 +874,8 @@ The core API is grouped into several areas:
873
874
- [` ipfs .config .get ([key])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configget)
874
875
- [` ipfs .config .set (key, value)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
875
876
- [` ipfs .config .replace (config)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configreplace)
877
+ - [` ipfs .config .profiles .list ()` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configprofileslist)
878
+ - [` ipfs .config .profiles .apply (name, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configprofilesapply)
876
879
877
880
#### Static types and utils
878
881
You can’t perform that action at this time.
0 commit comments