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

adapter for grape-batch request #32

Open
esperancaJS opened this issue Feb 9, 2016 · 2 comments
Open

adapter for grape-batch request #32

esperancaJS opened this issue Feb 9, 2016 · 2 comments

Comments

@esperancaJS
Copy link

We are using grape-batch to handle batch requests in the server.

a POST http request is expected with a body like:

{
  requests: 
    [
      {
        method: 'GET', 
        path: '/api/v1/users'
      },
      {
        method: 'POST', 
        path: '/api/v1/login',
        body: { token: 'nrg55xwrd45' }
      }
    ]
}
@jonsamwell
Copy link
Owner

What does the response look like?

@jonsamwell
Copy link
Owner

@PedroEsperanca Any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants