mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-02 14:58:03 +08:00
Fixes https://github.com/ipfs/js-kubo-rpc-client/issues/35 Co-authored-by: Steve Loeppky <stvn@loeppky.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>
15 lines
915 B
Markdown
15 lines
915 B
Markdown
# HTTP/RPC Clients
|
|
|
|
Kubo provides official HTTP RPC (`/api/v0`) clients for selected lanaguages:
|
|
|
|
- [js-kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client) - Official JS client for talking to Kubo RPC over HTTP
|
|
- [go-ipfs-api](https://github.com/ipfs/go-ipfs-api) - The go interface to ipfs's HTTP RPC - Follow https://github.com/ipfs/kubo/issues/9124 for coming changes.
|
|
- [go-ipfs-http-client](https://github.com/ipfs/go-ipfs-http-client) - IPFS CoreAPI implementation using HTTP RPC - Follow https://github.com/ipfs/kubo/issues/9124 for coming changes.
|
|
|
|
## Recommended clients
|
|
|
|
| Language | Package Name | Github Repository |
|
|
|:--------:|:-------------------:|---------------------------------------------|
|
|
| JS | kubo-rpc-client | https://github.com/ipfs/js-kubo-rpc-client |
|
|
| Go | go-ipfs-http-client | https://github.com/ipfs/go-ipfs-http-client |
|