You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/core-api/README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# IPFS Core API
2
2
3
-
This directory contains the description of the core IPFS API. In order to be considered "valid", an IPFS core implementation must expose the API described here. You can also use this loose spec as documentation for consuming the core APIs.
3
+
This directory contains the description of the core JS IPFS API. In order to be considered "valid", a JS IPFS core implementation must expose the API described here.
4
+
This abstraction allows for different implementations including:
5
+
1. Full JavaScript native implementation
6
+
2. Delgate implementation that invokes another IPFS implementation (e.g., Kubo)
7
+
8
+
You can use this loose spec as documentation for consuming the core APIs.
4
9
5
10
It is broken up into the following sections:
6
11
@@ -21,3 +26,6 @@ It is broken up into the following sections:
21
26
*[REPO.md](REPO.md)
22
27
*[STATS.md](STATS.md)
23
28
*[SWARM.md](SWARM.md)
29
+
30
+
## History
31
+
This API was created based off the [Kubo RPC HTTP API](https://docs.ipfs.io/reference/kubo/rpc/). There is no guarantee they stay fully in sync.
0 commit comments