-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create useful documentation for end users #113
Comments
As part of this, lets please do a clean up on https://github.com/ipfs/js-kubo-rpc-client/blob/master/README.md We have statements like
which I don't think are accurate |
@lidel @BigLep I think we should go for a multi-phase plan:
Please note that after decoupling, we should remove methods that are not present in Kubo, as well as options, which will likely break https://github.com/ipfs/interop. |
Just want to give an update here: both |
Problem
Users of
ipfs-http-client
from js-ipfs have docs like this: https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.mdUsers of
kubo-rpc-client
have no such resource.Automatically generated docs only describe constructor
Solution
TBD.
Can we leverage TS to generate docs for every command?
Improve preexisting https://ipfs.github.io/js-kubo-rpc-client/?
The text was updated successfully, but these errors were encountered: