-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update docs for endpoints #512
Comments
@bobbinth, I've done a small research of available options for documentation generation based on comments in *.proto files. It's not a full list, but there are the most interesting tools I found so far:
Another approach might be to make OpenAPI proxy, which will expose interactive documentation (Swagger).
In my opinion, we should try |
Thank you for the comprehensive overview! Agreed that from these Maybe the approach could be:
An alternative, of course, is to just do this manually. We don't have a lot of endpoints and they change relatively infrequently. So, documenting them manually and then having a process for keeping them in sync with the code shouldn't be too difficult. |
Our docs for various endpoints (in
README
files) are getting out of date. We should update them. In this issue we can also discuss if there is some automated way to generate endpoint docs for rpc/store/block producer components.The text was updated successfully, but these errors were encountered: