Replies: 1 comment
-
Sounds good. I think we can populate most of that by analysing the methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This page can be pointed to any OpenRPC schema:
https://playground.open-rpc.org/
It looks pretty professional to have a spec for the API and having the server component generate it for me would be great. I think FastAPI can generate OpenAPI: https://fastapi-restful.netlify.app/user-guide/openapi/ This feature would be the equivalent for OpenRPC (JSON-RPC 2.0)
Beta Was this translation helpful? Give feedback.
All reactions