A client library for the Kubo RPC API. Loading this module through a script tag will make it's exports available as KuboRpcClient in the global namespace. This client is still a work in progress and in active development. Please refer to ipfs-http-client for now and only use this package if you are aware of the implications.
Features
- All core API methods take additional options specific to the HTTP API
- Allow files on the file system to be easily added to IPFS
- Run the daemon with the right port
- Use in a web browser through Browserify
- Send custom headers with each request made by this library
- To set a global timeout for all requests pass a value for the timeout option
