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'm looking for a way to get a list of all jsonrpc methods and their associated request/response params, ideally in a machine-readable format. I'm hoping to use this to generate a client, rather than manually re-typing the entire protocol. Is this something that is already supported? If not, is it something there would be interest in supporting?
Thanks
The text was updated successfully, but these errors were encountered:
There's currently no machine-readable documentation.
The JSON-RPC commands are based on the cli arguments (see JSON-RPC man page and cli man page)
I've had some ideas for creating a new API for defining commands, that can generate the argparse4j commands for the cli and parse JSON-RPC requests (with better validation, than the current state).
That API could then also be used to generate machine-readable documentation and maybe also for shell-completions.
However that's just some rough ideas and no code yet.
I'm looking for a way to get a list of all jsonrpc methods and their associated request/response params, ideally in a machine-readable format. I'm hoping to use this to generate a client, rather than manually re-typing the entire protocol. Is this something that is already supported? If not, is it something there would be interest in supporting?
Thanks
The text was updated successfully, but these errors were encountered: