Kubo provides official HTTP RPC (/api/v0
) clients for selected languages:
- js-kubo-rpc-client - Official JS client for talking to Kubo RPC over HTTP
- go-ipfs-api - The go interface to ipfs's HTTP RPC - Follow ipfs#9124 for coming changes.
- go-ipfs-http-client - IPFS CoreAPI implementation using HTTP RPC - Follow ipfs#9124 for coming changes.
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 |