瀏覽代碼

Implementation Status Table - PubSub (#293)

* Pubsub HTML table

* Add PUBSUB CLi table

* Update IMPLEMENTATION_STATUS.md
Henrique Dias 7 年之前
父節點
當前提交
a10da03c5a
共有 1 個文件被更改,包括 24 次插入0 次删除
  1. 24 0
      IMPLEMENTATION_STATUS.md

+ 24 - 0
IMPLEMENTATION_STATUS.md

@@ -782,8 +782,32 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 #### CLI
 
+| Command                                      | Go Impl       | JS Impl       |
+| -------------------------------------------- | :-----------: | :-----------: |
+| **`ipfs pubsub ls`**                         | :green_apple: | :green_apple: |
+| **`ipfs pubsub peers`**                      | :green_apple: | :green_apple: |
+|     `topic`                                  | :green_apple: | :green_apple: |
+| **`ipfs pubsub pub`**                        | :green_apple: | :green_apple: |
+|     `topic`                                  | :green_apple: | :green_apple: |
+|     `data`                                   | :green_apple: | :green_apple: |
+| **`ipfs pubsub sub`**                        | :green_apple: | :green_apple: |
+|     `topic`                                  | :green_apple: | :green_apple: |
+|     `discover`                               | :green_apple: | :tomato:      |
+
 #### HTTP
 
+| Endpoint                                     | Go Impl       | JS Impl       |
+| -------------------------------------------- | :-----------: | :-----------: |
+| **`GET /api/v0/pubsub/ls`**                  | :green_apple: | :green_apple: |
+| **`GET /api/v0/pubsub/peers`**               | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+| **`GET /api/v0/pubsub/pub`**                 | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+| **`GET /api/v0/pubsub/sub`**                 | :green_apple: | :green_apple: |
+|     `arg=`                                   | :green_apple: | :green_apple: |
+|     `discover=`                              | :green_apple: | :green_apple: |
+
 #### Core
 
 See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).