Skip to content

Commit 660bc26

Browse files
committed
add table heads
1 parent 0392f8d commit 660bc26

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

IMPLEMENTATION_STATUS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#### HTTP
1414

15+
| Endpoint | Go Impl | JS Impl |
16+
| -------------------------------------------- | :-----------: | :-----------: |
1517
| **`GET /api/v0/bitswap/stat`** | :green_apple: | :green_apple: |
1618
| **`GET /api/v0/bitswap/unwant`** | :green_apple: | :tomato: |
1719
| `arg=` | :green_apple: | :tomato: |
@@ -29,6 +31,8 @@
2931

3032
#### HTTP
3133

34+
| Endpoint | Go Impl | JS Impl |
35+
| -------------------------------------------- | :-----------: | :-----------: |
3236
| **`GET /api/v0/block/get`** | :green_apple: | :green_apple: |
3337
| `arg=` | :green_apple: | :green_apple: |
3438
| **`POST /api/v0/block/put`** | :green_apple: | :green_apple: |
@@ -47,6 +51,8 @@
4751

4852
#### HTTP
4953

54+
| Endpoint | Go Impl | JS Impl |
55+
| -------------------------------------------- | :-----------: | :-----------: |
5056
| [`GET /api/v0/bootstrap/add`] | :green_apple: | :green_apple: |
5157
| [`GET /api/v0/bootstrap/list`] | :green_apple: | :green_apple: |
5258
| [`GET /api/v0/bootstrap/rm`] | :green_apple: | :green_apple: |
@@ -62,6 +68,8 @@
6268

6369
#### HTTP
6470

71+
| Endpoint | Go Impl | JS Impl |
72+
| -------------------------------------------- | :-----------: | :-----------: |
6573
| [`POST /api/v0/config`] | :green_apple: | :chestnut: |
6674
| [`POST /api/v0/config/replace`] | :green_apple: | :chestnut: |
6775
| [`GET /api/v0/config/show`] | :green_apple: | :chestnut: |
@@ -91,12 +99,17 @@
9199

92100
#### HTTP
93101

102+
| Endpoint | Go Impl | JS Impl |
103+
| -------------------------------------------- | :-----------: | :-----------: |
94104
| [`GET /api/v0/diag/cmds`] | :green_apple: | :chestnut: |
95105
| [`GET /api/v0/diag/cmds/clear`] | :green_apple: | :chestnut: |
96106
| [`GET /api/v0/diag/cmds/set-time`] | :green_apple: | :chestnut: |
97107
| [`GET /api/v0/net`] | :green_apple: | :chestnut: |
98108
| [`GET /api/v0/sys`] | :green_apple: | :chestnut: |
99109

110+
111+
| Endpoint | Go Impl | JS Impl |
112+
| -------------------------------------------- | :-----------: | :-----------: |
100113
| **`GET /api/v0/stats/bitswap`** | :green_apple: | :tomato: |
101114
| **`POST /api/v0/stats/bw`** | :green_apple: | :tomato: |
102115
| `peer=` | :green_apple: | :tomato: |
@@ -116,6 +129,8 @@
116129

117130
#### HTTP
118131

132+
| Endpoint | Go Impl | JS Impl |
133+
| -------------------------------------------- | :-----------: | :-----------: |
119134
| [`GET /api/v0/dht/findpeer`] | :green_apple: | :chestnut: |
120135
| [`POST /api/v0/dht/findprovs`] | :green_apple: | :chestnut: |
121136
| [`GET /api/v0/dht/get`] | :green_apple: | :chestnut: |
@@ -135,6 +150,8 @@
135150

136151
#### HTTP
137152

153+
| Endpoint | Go Impl | JS Impl |
154+
| -------------------------------------------- | :-----------: | :-----------: |
138155
| [`GET /api/v0/cat`] | :green_apple: | :chestnut: |
139156
| [`GET /api/v0/file/ls`] | :green_apple: | :chestnut: |
140157
| [`GET /api/v0/files/cp`] | :green_apple: | :chestnut: |
@@ -150,6 +167,7 @@
150167
| [`GET /api/v0/ls`] | :green_apple: | :chestnut: |
151168

152169

170+
| Endpoint | Go Impl | JS Impl |
153171
| -------------------------------------------- | :-----------: | :-----------: |
154172
| **`POST /api/v0/add`** | :green_apple: | :lemon: |
155173
| `arg=` | :green_apple: | :chestnut: |
@@ -179,10 +197,14 @@ Refs:
179197

180198
#### HTTP
181199

200+
| Endpoint | Go Impl | JS Impl |
201+
| -------------------------------------------- | :-----------: | :-----------: |
182202
| [`GET /api/v0/commands`] | :green_apple: | :chestnut: |
183203
| [`POST /api/v0/id`] | :green_apple: | :chestnut: |
184204

185205

206+
| Endpoint | Go Impl | JS Impl |
207+
| -------------------------------------------- | :-----------: | :-----------: |
186208
| **`GET /api/v0/ping`** | :green_apple: | :chestnut: |
187209
| `arg=` | :green_apple: | :chestnut: |
188210
| `count=,n=` | :green_apple: | :chestnut: |
@@ -208,6 +230,8 @@ Refs:
208230

209231
#### HTTP
210232

233+
| Endpoint | Go Impl | JS Impl |
234+
| -------------------------------------------- | :-----------: | :-----------: |
211235
| [`GET /api/v0/dns`] | :green_apple: | :chestnut: |
212236
| [`POST /api/v0/name/publish`] | :green_apple: | :chestnut: |
213237
| [`GET /api/v0/name/resolve`] | :green_apple: | :chestnut: |
@@ -224,6 +248,8 @@ Refs:
224248

225249
#### HTTP
226250

251+
| Endpoint | Go Impl | JS Impl |
252+
| -------------------------------------------- | :-----------: | :-----------: |
227253
| **`GET /api/v0/object/data`** | :green_apple: | :green_apple: |
228254
| `arg=` | :green_apple: | :green_apple: |
229255
| **`GET /api/v0/object/diff`** | :green_apple: | :tomato: |
@@ -273,6 +299,8 @@ Refs:
273299

274300
#### HTTP
275301

302+
| Endpoint | Go Impl | JS Impl |
303+
| -------------------------------------------- | :-----------: | :-----------: |
276304
| **`GET /api/v0/pin/add`** | :green_apple: | :tomato: |
277305
| `arg=` | :green_apple: | :tomato: |
278306
| `recursive=` | :green_apple: | :tomato: |
@@ -332,6 +360,8 @@ Refs:
332360

333361
#### HTTP
334362

363+
| Endpoint | Go Impl | JS Impl |
364+
| -------------------------------------------- | :-----------: | :-----------: |
335365
| [`GET /api/v0/repo/fsck`] | :green_apple: | :chestnut: |
336366
| [`GET /api/v0/repo/gc`] | :green_apple: | :chestnut: |
337367
| [`GET /api/v0/repo/stat`] | :green_apple: | :chestnut: |
@@ -352,6 +382,8 @@ Refs:
352382

353383
#### HTTP
354384

385+
| Endpoint | Go Impl | JS Impl |
386+
| -------------------------------------------- | :-----------: | :-----------: |
355387
| **`GET /api/v0/swarm/addrs`** | :green_apple: | :green_apple: |
356388
| **`GET /api/v0/swarm/addrs/local`** | :green_apple: | :green_apple: |
357389
| `id=` | :green_apple: | :tomato: |

0 commit comments

Comments
 (0)