12
12
13
13
#### HTTP
14
14
15
+ | Endpoint | Go Impl | JS Impl |
16
+ | -------------------------------------------- | :-----------: | :-----------: |
15
17
| ** ` GET /api/v0/bitswap/stat ` ** | :green_apple : | :green_apple : |
16
18
| ** ` GET /api/v0/bitswap/unwant ` ** | :green_apple : | :tomato : |
17
19
| ` arg= ` | :green_apple : | :tomato : |
29
31
30
32
#### HTTP
31
33
34
+ | Endpoint | Go Impl | JS Impl |
35
+ | -------------------------------------------- | :-----------: | :-----------: |
32
36
| ** ` GET /api/v0/block/get ` ** | :green_apple : | :green_apple : |
33
37
| ` arg= ` | :green_apple : | :green_apple : |
34
38
| ** ` POST /api/v0/block/put ` ** | :green_apple : | :green_apple : |
47
51
48
52
#### HTTP
49
53
54
+ | Endpoint | Go Impl | JS Impl |
55
+ | -------------------------------------------- | :-----------: | :-----------: |
50
56
| [ ` GET /api/v0/bootstrap/add ` ] | :green_apple : | :green_apple : |
51
57
| [ ` GET /api/v0/bootstrap/list ` ] | :green_apple : | :green_apple : |
52
58
| [ ` GET /api/v0/bootstrap/rm ` ] | :green_apple : | :green_apple : |
62
68
63
69
#### HTTP
64
70
71
+ | Endpoint | Go Impl | JS Impl |
72
+ | -------------------------------------------- | :-----------: | :-----------: |
65
73
| [ ` POST /api/v0/config ` ] | :green_apple : | :chestnut : |
66
74
| [ ` POST /api/v0/config/replace ` ] | :green_apple : | :chestnut : |
67
75
| [ ` GET /api/v0/config/show ` ] | :green_apple : | :chestnut : |
91
99
92
100
#### HTTP
93
101
102
+ | Endpoint | Go Impl | JS Impl |
103
+ | -------------------------------------------- | :-----------: | :-----------: |
94
104
| [ ` GET /api/v0/diag/cmds ` ] | :green_apple : | :chestnut : |
95
105
| [ ` GET /api/v0/diag/cmds/clear ` ] | :green_apple : | :chestnut : |
96
106
| [ ` GET /api/v0/diag/cmds/set-time ` ] | :green_apple : | :chestnut : |
97
107
| [ ` GET /api/v0/net ` ] | :green_apple : | :chestnut : |
98
108
| [ ` GET /api/v0/sys ` ] | :green_apple : | :chestnut : |
99
109
110
+
111
+ | Endpoint | Go Impl | JS Impl |
112
+ | -------------------------------------------- | :-----------: | :-----------: |
100
113
| ** ` GET /api/v0/stats/bitswap ` ** | :green_apple : | :tomato : |
101
114
| ** ` POST /api/v0/stats/bw ` ** | :green_apple : | :tomato : |
102
115
| ` peer= ` | :green_apple : | :tomato : |
116
129
117
130
#### HTTP
118
131
132
+ | Endpoint | Go Impl | JS Impl |
133
+ | -------------------------------------------- | :-----------: | :-----------: |
119
134
| [ ` GET /api/v0/dht/findpeer ` ] | :green_apple : | :chestnut : |
120
135
| [ ` POST /api/v0/dht/findprovs ` ] | :green_apple : | :chestnut : |
121
136
| [ ` GET /api/v0/dht/get ` ] | :green_apple : | :chestnut : |
135
150
136
151
#### HTTP
137
152
153
+ | Endpoint | Go Impl | JS Impl |
154
+ | -------------------------------------------- | :-----------: | :-----------: |
138
155
| [ ` GET /api/v0/cat ` ] | :green_apple : | :chestnut : |
139
156
| [ ` GET /api/v0/file/ls ` ] | :green_apple : | :chestnut : |
140
157
| [ ` GET /api/v0/files/cp ` ] | :green_apple : | :chestnut : |
150
167
| [ ` GET /api/v0/ls ` ] | :green_apple : | :chestnut : |
151
168
152
169
170
+ | Endpoint | Go Impl | JS Impl |
153
171
| -------------------------------------------- | :-----------: | :-----------: |
154
172
| ** ` POST /api/v0/add ` ** | :green_apple : | :lemon : |
155
173
| ` arg= ` | :green_apple : | :chestnut : |
@@ -179,10 +197,14 @@ Refs:
179
197
180
198
#### HTTP
181
199
200
+ | Endpoint | Go Impl | JS Impl |
201
+ | -------------------------------------------- | :-----------: | :-----------: |
182
202
| [ ` GET /api/v0/commands ` ] | :green_apple : | :chestnut : |
183
203
| [ ` POST /api/v0/id ` ] | :green_apple : | :chestnut : |
184
204
185
205
206
+ | Endpoint | Go Impl | JS Impl |
207
+ | -------------------------------------------- | :-----------: | :-----------: |
186
208
| ** ` GET /api/v0/ping ` ** | :green_apple : | :chestnut : |
187
209
| ` arg= ` | :green_apple : | :chestnut : |
188
210
| ` count=,n= ` | :green_apple : | :chestnut : |
@@ -208,6 +230,8 @@ Refs:
208
230
209
231
#### HTTP
210
232
233
+ | Endpoint | Go Impl | JS Impl |
234
+ | -------------------------------------------- | :-----------: | :-----------: |
211
235
| [ ` GET /api/v0/dns ` ] | :green_apple : | :chestnut : |
212
236
| [ ` POST /api/v0/name/publish ` ] | :green_apple : | :chestnut : |
213
237
| [ ` GET /api/v0/name/resolve ` ] | :green_apple : | :chestnut : |
@@ -224,6 +248,8 @@ Refs:
224
248
225
249
#### HTTP
226
250
251
+ | Endpoint | Go Impl | JS Impl |
252
+ | -------------------------------------------- | :-----------: | :-----------: |
227
253
| ** ` GET /api/v0/object/data ` ** | :green_apple : | :green_apple : |
228
254
| ` arg= ` | :green_apple : | :green_apple : |
229
255
| ** ` GET /api/v0/object/diff ` ** | :green_apple : | :tomato : |
@@ -273,6 +299,8 @@ Refs:
273
299
274
300
#### HTTP
275
301
302
+ | Endpoint | Go Impl | JS Impl |
303
+ | -------------------------------------------- | :-----------: | :-----------: |
276
304
| ** ` GET /api/v0/pin/add ` ** | :green_apple : | :tomato : |
277
305
| ` arg= ` | :green_apple : | :tomato : |
278
306
| ` recursive= ` | :green_apple : | :tomato : |
@@ -332,6 +360,8 @@ Refs:
332
360
333
361
#### HTTP
334
362
363
+ | Endpoint | Go Impl | JS Impl |
364
+ | -------------------------------------------- | :-----------: | :-----------: |
335
365
| [ ` GET /api/v0/repo/fsck ` ] | :green_apple : | :chestnut : |
336
366
| [ ` GET /api/v0/repo/gc ` ] | :green_apple : | :chestnut : |
337
367
| [ ` GET /api/v0/repo/stat ` ] | :green_apple : | :chestnut : |
@@ -352,6 +382,8 @@ Refs:
352
382
353
383
#### HTTP
354
384
385
+ | Endpoint | Go Impl | JS Impl |
386
+ | -------------------------------------------- | :-----------: | :-----------: |
355
387
| ** ` GET /api/v0/swarm/addrs ` ** | :green_apple : | :green_apple : |
356
388
| ** ` GET /api/v0/swarm/addrs/local ` ** | :green_apple : | :green_apple : |
357
389
| ` id= ` | :green_apple : | :tomato : |
0 commit comments