| 1 | # HTTP/RPC Clients |
| 2 | |
| 3 | Kubo provides official HTTP RPC (`/api/v0`) clients for selected languages: |
| 4 | |
| 5 | | Language | Package Name | Github Repository | |
| 6 | |:--------:|:-------------------:|--------------------------------------------| |
| 7 | | JS | kubo-rpc-client | https://github.com/ipfs/js-kubo-rpc-client | |
| 8 | | Go | `rpc` | [`../client/rpc`](../client/rpc) | |
| 9 | |
| 10 | There are community-maintained libraries for other languages, |
| 11 | but the Kubo team does provide support for them, YMMV: |
| 12 | |
| 13 | - https://docs.ipfs.tech/reference/kubo-rpc-cli/ |