mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 06:57:40 +08:00
14 lines
586 B
Markdown
14 lines
586 B
Markdown
# HTTP/RPC Clients
|
|
|
|
Kubo provides official HTTP RPC (`/api/v0`) clients for selected languages:
|
|
|
|
| Language | Package Name | Github Repository |
|
|
|:--------:|:-------------------:|--------------------------------------------|
|
|
| JS | kubo-rpc-client | https://github.com/ipfs/js-kubo-rpc-client |
|
|
| Go | `rpc` | [`../client/rpc`](../client/rpc) |
|
|
|
|
There are community-maintained libraries for other languages,
|
|
but the Kubo team does provide support for them, YMMV:
|
|
|
|
- https://docs.ipfs.tech/reference/kubo-rpc-cli/
|