Skip to content

Add RPC support to the REST Console #532

Description

@ir4y

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.
Screenshot 2022-09-06 at 10 31 43
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions