-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Problem I need to solve
I need a tool to test RPC calls. Now I am using the REST console:
POST /rpc
content-type: text/yaml
method: app.rpc/fn-test
params: {}
The downside of this approach is that the history column becomes useless.

I can't easily navigate past RPC calls.
Solution I see
Support the following REST Console syntaxis:
RPC app.rpc/fn-test
paramA: 12
paramB: "foo bar"
Alternatives I've considered, but they don't work
For the REST console add information about the RPC method if RPC was called.