Browse Source

update bobby tables

David Dias 8 years ago
parent
commit
5db455b00b
1 changed files with 150 additions and 251 deletions
  1. 150 251
      IMPLEMENTATION_STATUS.md

+ 150 - 251
IMPLEMENTATION_STATUS.md

@@ -22,6 +22,7 @@
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -42,6 +43,7 @@
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -53,12 +55,17 @@
 
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/bootstrap/add`]                | :green_apple: | :green_apple: |
-| [`GET /api/v0/bootstrap/list`]               | :green_apple: | :green_apple: |
-| [`GET /api/v0/bootstrap/rm`]                 | :green_apple: | :green_apple: |
+| **`GET /api/v0/bootstrap/add`**              | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+|     `default=`                               | :green_apple: | :green_apple: |
+| **`GET /api/v0/bootstrap/list`**             | :green_apple: | :green_apple: |
+| **`GET /api/v0/bootstrap/rm`**               | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+|     `all=`                                   | :green_apple: | :green_apple: |
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -70,13 +77,30 @@
 
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
-| [`POST /api/v0/config`]                      | :green_apple: | :chestnut:    |
-| [`POST /api/v0/config/replace`]              | :green_apple: | :chestnut:    |
-| [`GET /api/v0/config/show`]                  | :green_apple: | :chestnut:    |
-| [`POST /api/v0/log/level`]                   | :green_apple: | :chestnut:    |
-| [`GET /api/v0/log/ls`]                       | :green_apple: | :chestnut:    |
-| [`GET /api/v0/log/tail`]                     | :green_apple: | :chestnut:    |
+| **`POST /api/v0/config`**                    | :green_apple: | :chestnut:    |
+|     `arg1=`                                  | :green_apple: | :chestnut:    |
+|     `arg2=`                                  | :green_apple: | :chestnut:    |
+|     `bool=`                                  | :green_apple: | :chestnut:    |
+|     `json=`                                  | :green_apple: | :chestnut:    |
+| **`POST /api/v0/config/replace`**            | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/config/show`**                | :green_apple: | :chestnut:    |
+| **`POST /api/v0/log/level`**                 | :green_apple: | :chestnut:    |
+|     `arg1=bitswap`                           | :green_apple: | :chestnut:    |
+|     `arg1=blockstore`                        | :green_apple: | :chestnut:    |
+|     `arg1=dht`                               | :green_apple: | :chestnut:    |
+|     `arg1=merkledag`                         | :green_apple: | :chestnut:    |
+|     `arg1=all`                               | :green_apple: | :chestnut:    |
+|     `arg2=debug`                             | :green_apple: | :chestnut:    |
+|     `arg2=info`                              | :green_apple: | :chestnut:    |
+|     `arg2=notice`                            | :green_apple: | :chestnut:    |
+|     `arg2=warning`                           | :green_apple: | :chestnut:    |
+|     `arg2=error`                             | :green_apple: | :chestnut:    |
+|     `arg2=critical`                          | :green_apple: | :chestnut:    |
+| **`GET /api/v0/log/ls`**                     | :green_apple: | :chestnut:    |
+| **`GET /api/v0/log/tail`**                   | :green_apple: | :chestnut:    |
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 #### Core
 
@@ -91,6 +115,8 @@
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
+
 --------------------------------------------------------------------------------
 
 ## Diagnostics `ipfs diag`
@@ -99,15 +125,6 @@
 
 #### HTTP
 
-| Endpoint                                     | Go Impl       | JS Impl       |
-| -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/diag/cmds`]                    | :green_apple: | :chestnut:    |
-| [`GET /api/v0/diag/cmds/clear`]              | :green_apple: | :chestnut:    |
-| [`GET /api/v0/diag/cmds/set-time`]           | :green_apple: | :chestnut:    |
-| [`GET /api/v0/net`]                          | :green_apple: | :chestnut:    |
-| [`GET /api/v0/sys`]                          | :green_apple: | :chestnut:    |
-
-
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
 | **`GET /api/v0/stats/bitswap`**              | :green_apple: | :tomato:      |
@@ -117,9 +134,21 @@
 |     `poll=`                                  | :green_apple: | :tomato:      |
 |     `interval=`                              | :green_apple: | :tomato:      |
 | **`GET /api/v0/stats/repo`**                 | :green_apple: | :tomato:      |
+| **`GET /api/v0/diag/cmds`**                  | :green_apple: | :chestnut:    |
+| **`GET /api/v0/diag/cmds/clear`**            | :green_apple: | :chestnut:    |
+| **`GET /api/v0/diag/cmds/set-time`**         | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/net`**                        | :green_apple: | :chestnut:    |
+|     `vis=text`                               | :green_apple: | :chestnut:    |
+|     `vis=d3`                                 | :green_apple: | :chestnut:    |
+|     `vis=dot`                                | :green_apple: | :chestnut:    |
+| **`GET /api/v0/sys`**                        | :green_apple: | :chestnut:    |
+
+
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -131,16 +160,22 @@
 
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/dht/findpeer`]                 | :green_apple: | :chestnut:    |
-| [`POST /api/v0/dht/findprovs`]               | :green_apple: | :chestnut:    |
-| [`GET /api/v0/dht/get`]                      | :green_apple: | :chestnut:    |
-| [`GET /api/v0/dht/put`]                      | :green_apple: | :chestnut:    |
-| [`GET /api/v0/dht/query`]                    | :green_apple: | :chestnut:    |
+| **`GET /api/v0/dht/findpeer`**               | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`POST /api/v0/dht/findprovs`**             | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/dht/get`**                    | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/dht/put`**                    | :green_apple: | :chestnut:    |
+|     `arg1=`                                  | :green_apple: | :chestnut:    |
+|     `arg2=`                                  | :green_apple: | :chestnut:    |
+| **`GET /api/v0/dht/query`**                  | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
 
-#### Core
 
-> [needs spec](https://github.com/ipfs/interface-ipfs-core)
+#### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -150,23 +185,6 @@
 
 #### HTTP
 
-| Endpoint                                     | Go Impl       | JS Impl       |
-| -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/cat`]                          | :green_apple: | :chestnut:    |
-| [`GET /api/v0/file/ls`]                      | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/cp`]                     | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/flush`]                  | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/ls`]                     | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/mkdir`]                  | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/mv`]                     | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/read`]                   | :green_apple: | :chestnut:    |
-| [`POST /api/v0/files/rm`]                    | :green_apple: | :chestnut:    |
-| [`GET /api/v0/files/stat`]                   | :green_apple: | :chestnut:    |
-| [`POST /api/v0/files/write`]                 | :green_apple: | :chestnut:    |
-| [`POST /api/v0/get`]                         | :green_apple: | :chestnut:    |
-| [`GET /api/v0/ls`]                           | :green_apple: | :chestnut:    |
-
-
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
 | **`POST /api/v0/add`**                       | :green_apple: | :lemon:       |
@@ -181,13 +199,68 @@
 |     `w=`                                     | :green_apple: | :chestnut:    |
 | **`GET /api/v0/cat`**                        | :green_apple: | :chestnut:    |
 |     `arg=`                                   | :green_apple: | :chestnut:    |
-
-
-Refs:
-- http://docs.ipfs.apiary.io/#reference/add/add
+| **`GET /api/v0/ls`**                         | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `resolve=`                               | :green_apple: | :chestnut:    |
+| **`GET /api/v0/file/ls`**                    | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/cp`**                   | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `arg2=`                                  | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/flush`**                | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/ls`**                   | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `l=`                                     | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/mkdir`**                | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `parents=,p=`                            | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/mv`**                   | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `arg2=`                                  | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/read`**                 | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `offset=,o=`                             | :green_apple: | :chestnut:    |
+|     `count=,n=`                              | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`POST /api/v0/files/rm`**                  | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `recursive=,r=`                          | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`GET /api/v0/files/stat`**                 | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`POST /api/v0/files/write`**               | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `arg2=`                                  | :green_apple: | :chestnut:    |
+|     `offset=,o=`                             | :green_apple: | :chestnut:    |
+|     `create=,e=`                             | :green_apple: | :chestnut:    |
+|     `truncate=,t=`                           | :green_apple: | :chestnut:    |
+|     `count=,n=`                              | :green_apple: | :chestnut:    |
+|     `flush=,f=`                              | :green_apple: | :chestnut:    |
+| **`POST /api/v0/get`**                       | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `archive=`                               | :green_apple: | :chestnut:    |
+|     `compress=`                              | :green_apple: | :chestnut:    |
+|     `compression-level=-1`                   | :green_apple: | :chestnut:    |
+|     `compression-level=0`                    | :green_apple: | :chestnut:    |
+|     `compression-level=1`                    | :green_apple: | :chestnut:    |
+|     `compression-level=2`                    | :green_apple: | :chestnut:    |
+|     `compression-level=3`                    | :green_apple: | :chestnut:    |
+|     `compression-level=4`                    | :green_apple: | :chestnut:    |
+|     `compression-level=5`                    | :green_apple: | :chestnut:    |
+|     `compression-level=6`                    | :green_apple: | :chestnut:    |
+|     `compression-level=7`                    | :green_apple: | :chestnut:    |
+|     `compression-level=8`                    | :green_apple: | :chestnut:    |
+|     `compression-level=9`                    | :green_apple: | :chestnut:    |
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -197,12 +270,6 @@ Refs:
 
 #### HTTP
 
-| Endpoint                                     | Go Impl       | JS Impl       |
-| -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/commands`]                     | :green_apple: | :chestnut:    |
-| [`POST /api/v0/id`]                          | :green_apple: | :chestnut:    |
-
-
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
 | **`GET /api/v0/ping`**                       | :green_apple: | :chestnut:    |
@@ -210,17 +277,18 @@ Refs:
 |     `count=,n=`                              | :green_apple: | :chestnut:    |
 | **`GET /api/v0/update`**                     | :chestnut:    | :chestnut:    |
 | **`GET /api/v0/version`**                    | :green_apple: | :chestnut:    |
+| **`GET /api/v0/commands`**                   | :green_apple: | :chestnut:    |
+| **`POST /api/v0/id`**                        | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
 | **`GET /api/v0/tour`**                       | :green_apple: | :chestnut:    |
 |     `arg=`                                   | :green_apple: | :chestnut:    |
 | **`GET /api/v0/tour/list`**                  | :green_apple: | :chestnut:    |
 | **`GET /api/v0/tour/next`**                  | :green_apple: | :chestnut:    |
 | **`GET /api/v0/tour/restart`**               | :green_apple: | :chestnut:    |
 
-Refs:
-- http://docs.ipfs.apiary.io/#reference/tour
-
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -232,13 +300,25 @@ Refs:
 
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/dns`]                          | :green_apple: | :chestnut:    |
-| [`POST /api/v0/name/publish`]                | :green_apple: | :chestnut:    |
-| [`GET /api/v0/name/resolve`]                 | :green_apple: | :chestnut:    |
-| [`GET /api/v0/resolve`]                      | :green_apple: | :chestnut:    |
+| **`POST /api/v0/name/publish`**              | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `resolve=`                               | :green_apple: | :chestnut:    |
+|     `lifetime=`                              | :green_apple: | :chestnut:    |
+|     `ttl=`                                   | :green_apple: | :chestnut:    |
+| **`GET /api/v0/name/resolve`**               | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `recursive=`                             | :green_apple: | :chestnut:    |
+|     `nocache=`                               | :green_apple: | :chestnut:    |
+| **`GET /api/v0/resolve`**                    | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `recursive=`                             | :green_apple: | :chestnut:    |
+| **`GET /api/v0/dns`**                        | :green_apple: | :chestnut:    |
+|     `arg=`                                   | :green_apple: | :chestnut:    |
+|     `recursive=`                             | :green_apple: | :chestnut:    |
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -290,6 +370,7 @@ Refs:
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -339,7 +420,7 @@ Refs:
 
 #### Core
 
-
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -351,6 +432,7 @@ Refs:
 
 #### Core
 
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -362,17 +444,16 @@ Refs:
 
 | Endpoint                                     | Go Impl       | JS Impl       |
 | -------------------------------------------- | :-----------: | :-----------: |
-| [`GET /api/v0/repo/fsck`]                    | :green_apple: | :chestnut:    |
-| [`GET /api/v0/repo/gc`]                      | :green_apple: | :chestnut:    |
-| [`GET /api/v0/repo/stat`]                    | :green_apple: | :chestnut:    |
-| [`GET /api/v0/repo/verify`]                  | :green_apple: | :chestnut:    |
-| [`GET /api/v0/repo/version`]                 | :green_apple: | :chestnut:    |
+| **`GET /api/v0/repo/fsck`**                  | :green_apple: | :chestnut:    |
+| **`GET /api/v0/repo/gc`**                    | :green_apple: | :chestnut:    |
+| **`GET /api/v0/repo/stat`**                  | :green_apple: | :chestnut:    |
+| **`GET /api/v0/repo/verify`**                | :green_apple: | :chestnut:    |
+| **`GET /api/v0/repo/version`**               | :green_apple: | :chestnut:    |
 
 
 #### Core
 
-> [needs spec](https://github.com/ipfs/interface-ipfs-core)
-
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
@@ -399,190 +480,8 @@ Refs:
 | **`GET /api/v0/swarm/peers`**                | :green_apple: | :green_apple: |
 |     `verbose=,v=`                            | :green_apple: | :tomato:      |
 
-Refs:
-  - http://docs.ipfs.apiary.io/#reference/swarm
-
 #### Core
 
---------------------------------------------------------------------------------
-
-
-
-
-
-
-
-| **`GET /api/v0/bootstrap/add`**              | :green_apple: | :green_apple: |
-|     `arg=`                                   | :green_apple: | :green_apple: |
-|     `default=`                               | :green_apple: | :green_apple: |
-| **`GET /api/v0/bootstrap/list`**             | :green_apple: | :green_apple: |
-| **`GET /api/v0/bootstrap/rm`**               | :green_apple: | :green_apple: |
-|     `arg=`                                   | :green_apple: | :green_apple: |
-|     `all=`                                   | :green_apple: | :green_apple: |
-
-
-| **`GET /api/v0/commands`**                   | :green_apple: | :chestnut:    |
-
-
-| **`POST /api/v0/config`**                    | :green_apple: | :chestnut:    |
-|     `arg1=`                                  | :green_apple: | :chestnut:    |
-|     `arg2=`                                  | :green_apple: | :chestnut:    |
-|     `bool=`                                  | :green_apple: | :chestnut:    |
-|     `json=`                                  | :green_apple: | :chestnut:    |
-| **`POST /api/v0/config/replace`**            | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/config/show`**                | :green_apple: | :chestnut:    |
-
-
-http://docs.ipfs.apiary.io/#reference/dht
-| **`GET /api/v0/dht/findpeer`**               | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`POST /api/v0/dht/findprovs`**             | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/dht/get`**                    | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/dht/put`**                    | :green_apple: | :chestnut:    |
-|     `arg1=`                                  | :green_apple: | :chestnut:    |
-|     `arg2=`                                  | :green_apple: | :chestnut:    |
-| **`GET /api/v0/dht/query`**                  | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-
-
-http://docs.ipfs.apiary.io/#reference/diag/cmds
-| **`GET /api/v0/diag/cmds`**                  | :green_apple: | :chestnut:    |
-| **`GET /api/v0/diag/cmds/clear`**            | :green_apple: | :chestnut:    |
-| **`GET /api/v0/diag/cmds/set-time`**         | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/net`**                        | :green_apple: | :chestnut:    |
-|     `vis=text`                               | :green_apple: | :chestnut:    |
-|     `vis=d3`                                 | :green_apple: | :chestnut:    |
-|     `vis=dot`                                | :green_apple: | :chestnut:    |
-| **`GET /api/v0/sys`**                        | :green_apple: | :chestnut:    |
-
-http://docs.ipfs.apiary.io/#reference/diag/sys
-
-
-http://docs.ipfs.apiary.io/#reference/dns/dns
-| **`GET /api/v0/dns`**                        | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `recursive=`                             | :green_apple: | :chestnut:    |
-
-
-
-http://docs.ipfs.apiary.io/#reference/files
-| **`GET /api/v0/file/ls`**                    | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/cp`**                   | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `arg2=`                                  | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/flush`**                | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/ls`**                   | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `l=`                                     | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/mkdir`**                | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `parents=,p=`                            | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/mv`**                   | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `arg2=`                                  | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/read`**                 | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `offset=,o=`                             | :green_apple: | :chestnut:    |
-|     `count=,n=`                              | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`POST /api/v0/files/rm`**                  | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `recursive=,r=`                          | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`GET /api/v0/files/stat`**                 | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`POST /api/v0/files/write`**               | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `arg2=`                                  | :green_apple: | :chestnut:    |
-|     `offset=,o=`                             | :green_apple: | :chestnut:    |
-|     `create=,e=`                             | :green_apple: | :chestnut:    |
-|     `truncate=,t=`                           | :green_apple: | :chestnut:    |
-|     `count=,n=`                              | :green_apple: | :chestnut:    |
-|     `flush=,f=`                              | :green_apple: | :chestnut:    |
-| **`POST /api/v0/get`**                       | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `archive=`                               | :green_apple: | :chestnut:    |
-|     `compress=`                              | :green_apple: | :chestnut:    |
-|     `compression-level=-1`                   | :green_apple: | :chestnut:    |
-|     `compression-level=0`                    | :green_apple: | :chestnut:    |
-|     `compression-level=1`                    | :green_apple: | :chestnut:    |
-|     `compression-level=2`                    | :green_apple: | :chestnut:    |
-|     `compression-level=3`                    | :green_apple: | :chestnut:    |
-|     `compression-level=4`                    | :green_apple: | :chestnut:    |
-|     `compression-level=5`                    | :green_apple: | :chestnut:    |
-|     `compression-level=6`                    | :green_apple: | :chestnut:    |
-|     `compression-level=7`                    | :green_apple: | :chestnut:    |
-|     `compression-level=8`                    | :green_apple: | :chestnut:    |
-|     `compression-level=9`                    | :green_apple: | :chestnut:    |
-| **`GET /api/v0/ls`**                         | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `resolve=`                               | :green_apple: | :chestnut:    |
-
-
-| **`POST /api/v0/id`**                        | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-
-http://docs.ipfs.apiary.io/#reference/log/level
-| **`POST /api/v0/log/level`**                 | :green_apple: | :chestnut:    |
-|     `arg1=bitswap`                           | :green_apple: | :chestnut:    |
-|     `arg1=blockstore`                        | :green_apple: | :chestnut:    |
-|     `arg1=dht`                               | :green_apple: | :chestnut:    |
-|     `arg1=merkledag`                         | :green_apple: | :chestnut:    |
-|     `arg1=all`                               | :green_apple: | :chestnut:    |
-|     `arg2=debug`                             | :green_apple: | :chestnut:    |
-|     `arg2=info`                              | :green_apple: | :chestnut:    |
-|     `arg2=notice`                            | :green_apple: | :chestnut:    |
-|     `arg2=warning`                           | :green_apple: | :chestnut:    |
-|     `arg2=error`                             | :green_apple: | :chestnut:    |
-|     `arg2=critical`                          | :green_apple: | :chestnut:    |
-| **`GET /api/v0/log/ls`**                     | :green_apple: | :chestnut:    |
-| **`GET /api/v0/log/tail`**                   | :green_apple: | :chestnut:    |
-
-
-http://docs.ipfs.apiary.io/#reference/name
-| **`POST /api/v0/name/publish`**              | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `resolve=`                               | :green_apple: | :chestnut:    |
-|     `lifetime=`                              | :green_apple: | :chestnut:    |
-|     `ttl=`                                   | :green_apple: | :chestnut:    |
-| **`GET /api/v0/name/resolve`**               | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `recursive=`                             | :green_apple: | :chestnut:    |
-|     `nocache=`                               | :green_apple: | :chestnut:    |
-
-
-
-
-
-
-| **`GET /api/v0/repo/fsck`**                  | :green_apple: | :chestnut:    |
-| **`GET /api/v0/repo/gc`**                    | :green_apple: | :chestnut:    |
-| **`GET /api/v0/repo/stat`**                  | :green_apple: | :chestnut:    |
-| **`GET /api/v0/repo/verify`**                | :green_apple: | :chestnut:    |
-| **`GET /api/v0/repo/version`**               | :green_apple: | :chestnut:    |
-
-
-| **`GET /api/v0/resolve`**                    | :green_apple: | :chestnut:    |
-|     `arg=`                                   | :green_apple: | :chestnut:    |
-|     `recursive=`                             | :green_apple: | :chestnut:    |
-
-
-
-
-
-
-
-
-
+See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
+--------------------------------------------------------------------------------