You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: