inspector icon indicating copy to clipboard operation
inspector copied to clipboard

support batch requests

Open shanejonas opened this issue 5 years ago • 0 comments

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://inspector.open-rpc.org/?url=https://mock.open-rpc.org/petstore-1.0.0
  2. paste this into the request editor:
[
    {
        "jsonrpc": "2.0",
        "method": "list_pets",
        "params": [],
        "id": 0
    }
]
  1. See error image

Expected behavior I should get no errors

shanejonas avatar Apr 17 '20 04:04 shanejonas