We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e169c3 commit 28f62a8Copy full SHA for 28f62a8
public-api/README.md
@@ -22,6 +22,9 @@ This RFC is organized by chapters described on the *Table of contents* section.
22
23
## API
24
25
-- [CLI](./cli)
26
-- [HTTP](./http)
27
- [Core API (aka using IPFS as a package/module)](./core)
+ - [JavaScript implementation details](https://github.com/ipfs/interface-js-ipfs-core)
+ - [Golang implementation details](https://github.com/ipfs/interface-go-ipfs-core)
28
+- [CLI (the ipfs daemon API)](./cli)
29
+- [HTTP API](./http-api)
30
+- [HTTP Gateway](./http-gateway)
0 commit comments