We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems useful at this point to have a list of RPCs supported by kuska (separated by request and response).
I intend on generating the list and including the shape in which data is expected for each method.
The text was updated successfully, but these errors were encountered:
Might be useful to see that go-ssb simply provides a JSON response which is hard-coded:
go-ssb
https://github.com/ssbc/go-ssb/blob/3d0822793d8ba3c2e2166e0f58594a048860052e/sbot/manifest.go#L60-L149
Sorry, something went wrong.
Yeah maybe a simple manifest.json is a reasonable approach for the time being.
manifest.json
mycognosist
No branches or pull requests
It seems useful at this point to have a list of RPCs supported by kuska (separated by request and response).
I intend on generating the list and including the shape in which data is expected for each method.
The text was updated successfully, but these errors were encountered: