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 +3
-0
lines changed
Expand file tree Collapse file tree 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:
782782- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md)
783783 - [` ipfs .block .get (cid, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockget)
784784 - [` 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)
785786 - [` ipfs .block .stat (cid)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#blockstat)
786787- [bitswap](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BITSWAP.md)
787788 - [` 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:
873874 - [` ipfs .config .get ([key])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configget)
874875 - [` ipfs .config .set (key, value)` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/CONFIG.md#configset)
875876 - [` 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)
876879
877880#### Static types and utils
878881
You can’t perform that action at this time.
0 commit comments