-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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' }
}
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels