Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support batch requests #151

Open
shanejonas opened this issue Apr 17, 2020 · 0 comments
Open

support batch requests #151

shanejonas opened this issue Apr 17, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@shanejonas
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant