open-rpc / inspector

🕵️‍♂️ OpenRPC Inspector is a simple tool to create, modify and execute JSON-RPC requests.
https://inspector.open-rpc.org/
Apache License 2.0
21 stars 8 forks source link

add autocompleting via openrpc document in request editor #49

Closed shanejonas closed 4 years ago

shanejonas commented 4 years ago

Is your feature request related to a problem? Please describe. As a user i'd like to provide an openrpc document and what method i'd like to fill out the parameters for.

Describe the solution you'd like start with just passed via component parameters, so it can be used inside of playground passing in the current method and openrpc document.

Describe alternatives you've considered Either through passed parameters, the URL or an interface.

shanejonas commented 4 years ago

fixed in #51