eventbrite-sdk-python
eventbrite-sdk-python copied to clipboard
Batch Requests
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!