-
Notifications
You must be signed in to change notification settings - Fork 57
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
link to rpc node docs from stacks api page #780
Comments
@zone117x i agree with separating these. what do you suggest as the best practice for maintaining this section if we aren't providing any In the meantime I guess we could have a callout on the Stacks API overview that links out to the Stacks Docs (https://docs.stacks.co/reference/api) for anyone looking for these endpoints |
We could use the openapi schema maintained by the core repo: https://github.com/stacks-network/stacks-core/blob/master/docs/rpc/openapi.yaml
This seems like a good options as well |
great! ill merge these changes in with the short-term solution and add a new issue for adding the RPC section later |
fixed: #761 |
I think it would be helpful to link to documentation for the node's API endpoints (the /v2/ endpoints) from our API documentation. Users won't know (or care) that they are separate, since our API nodes will forward these /v2/ endpoints. This results in difficult discovery for those.
cc @obycode
The text was updated successfully, but these errors were encountered: