You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I watched a great presentation from @pipermerriam recently where he categorized the core JSON-RPC endpoints:
I wonder if we should organize endpoints / allow filtering of endpoints in a similar manner?
@djrtwo shared that the Eth2 folks built an API browser (from this repo). Looks like this was built using Swagger. I believe Swagger only support REST APIs (vs. JSON-RPC) but finding/creating a similar solution might be an alternative here vs. building the documentation into our Gatsby app. It would be nice to provide the ability to execute requests directly in the web UI & inspect response payload, which tools like Swagger provide out of the box.
Description
Context
ethereum/eth-wiki#55
The text was updated successfully, but these errors were encountered: