|
10 | 10 |
|
11 | 11 | #### CLI
|
12 | 12 |
|
| 13 | +| Endpoint | Go Impl | JS Impl | |
| 14 | +| -------------------------------------------- | :-----------: | :-----------: | |
| 15 | +| **`ipfs ledger`** | :green_apple: | :tomato: | |
| 16 | +| `peer` | :green_apple: | :tomato: | |
| 17 | +| **`ipfs reprovide`** | :green_apple: | :tomato: | |
| 18 | +| **`ipfs bitswap stat`** | :green_apple: | :green_apple: | |
| 19 | +| **`ipfs bitswap unwant`** | :green_apple: | :tomato: | |
| 20 | +| `key` | :green_apple: | :tomato: | |
| 21 | +| **`ipfs bitswap wantlist`** | :green_apple: | :lemon: | |
| 22 | +| `peer` | :green_apple: | :tomato: | |
| 23 | + |
13 | 24 | #### HTTP
|
14 | 25 |
|
15 | 26 | | Endpoint | Go Impl | JS Impl |
|
16 | 27 | | -------------------------------------------- | :-----------: | :-----------: |
|
| 28 | +| **`GET /api/v0/bitswap/ledger`** | :green_apple: | :tomato: | |
| 29 | +| `arg=` | :green_apple: | :tomato: | |
| 30 | +| **`GET /api/v0/bitswap/reprovide`** | :green_apple: | :tomato: | |
17 | 31 | | **`GET /api/v0/bitswap/stat`** | :green_apple: | :green_apple: |
|
18 | 32 | | **`GET /api/v0/bitswap/unwant`** | :green_apple: | :tomato: |
|
19 | 33 | | `arg=` | :green_apple: | :tomato: |
|
@@ -262,6 +276,33 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
|
262 | 276 |
|
263 | 277 | See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
|
264 | 278 |
|
| 279 | + |
| 280 | +-------------------------------------------------------------------------------- |
| 281 | + |
| 282 | +## File Store (IPFS Pack) |
| 283 | + |
| 284 | +#### CLI |
| 285 | + |
| 286 | +#### HTTP |
| 287 | + |
| 288 | +#### Core |
| 289 | + |
| 290 | +See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core). |
| 291 | + |
| 292 | + |
| 293 | +-------------------------------------------------------------------------------- |
| 294 | + |
| 295 | +## Key Management |
| 296 | + |
| 297 | +#### CLI |
| 298 | + |
| 299 | +#### HTTP |
| 300 | + |
| 301 | +#### Core |
| 302 | + |
| 303 | +See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core). |
| 304 | + |
| 305 | + |
265 | 306 | --------------------------------------------------------------------------------
|
266 | 307 |
|
267 | 308 | ## Miscellaneous
|
@@ -369,6 +410,18 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
|
369 | 410 |
|
370 | 411 | --------------------------------------------------------------------------------
|
371 | 412 |
|
| 413 | +## p2p (libp2p exposed API) |
| 414 | + |
| 415 | +#### CLI |
| 416 | + |
| 417 | +#### HTTP |
| 418 | + |
| 419 | +#### Core |
| 420 | + |
| 421 | +See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core). |
| 422 | + |
| 423 | +-------------------------------------------------------------------------------- |
| 424 | + |
372 | 425 | ## Pining
|
373 | 426 |
|
374 | 427 | #### CLI
|
|
0 commit comments