eventbrite-sdk-python icon indicating copy to clipboard operation
eventbrite-sdk-python copied to clipboard

Batch Requests

Open iDavies opened this issue 7 years ago • 0 comments

I've been trying to reduce the number of API requests needed to gather up a list of events by batching up venue details requests in to one POST request with a JSON payload (as per docs).

I have tested the call with PostMan and have it working correctly, however, when I use the SDK I'm continually getting bad page format errors from the API, claiming that my request is not properly formatted JSON.

There is no "batch" keyword so I can't use the **kwargs fields as I would for other calls via the SDK.

For me at least, a properly supported batch endpoint would be a huge help!

iDavies avatar May 01 '18 03:05 iDavies