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

Batch Requests #43

Open
iDavies opened this issue May 1, 2018 · 0 comments
Open

Batch Requests #43

iDavies opened this issue May 1, 2018 · 0 comments

Comments

@iDavies
Copy link

iDavies commented May 1, 2018

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!

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

1 participant