To date, we have four different HTTP API clients:
- kubo-rpc-client - Official JS client for talking to Kubo over HTTP
- ipfs-http-client - http client for js-ipfs -- Use when talking to
js-ipfs
- go-ipfs-api - The go interface to ipfs's HTTP API
- go-ipfs-http-client - IPFS CoreAPI implementation using HTTP API
- kubo/commands/http - generalized transport based on the command definitions
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 |