You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for completing the JS Kubo RPC client. Right now, the client is decoupled from the old ipfs-http-api. However, there are still tasks to be done. For more context, read this. Following steps:
Update README to clarify that the repository has documentation and should be used instead of the old HTTP Client.
Add ingratiation to Kubo's CLI to ensure that all commands are present in the JS Kubo Client once new PRs are open (Automation to detect new Kubo commands #47). We can add a ignore list for some commands, such as config/show that have no effect remotely.
Swap client in our apps to smoke-test it and fix papercuts
This is a tracking issue for completing the JS Kubo RPC client. Right now, the client is decoupled from the old
ipfs-http-api
. However, there are still tasks to be done. For more context, read this. Following steps:config/show
that have no effect remotely.js-kubo-rpc-client
instead ofipfs-http-client
when the backend is Kubo.The text was updated successfully, but these errors were encountered: