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

Add support for low-level batched requests #7

Open
benmvp opened this issue Feb 23, 2018 · 3 comments
Open

Add support for low-level batched requests #7

benmvp opened this issue Feb 23, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@benmvp
Copy link
Contributor

benmvp commented Feb 23, 2018

The API supports batched requests so the SDK should support it as well to make things convenient.

We'll flesh out details of the JS API here. Should be done after #6

@ryanwholey
Copy link
Contributor

It is worth noting that the Eventbrite v3 default batch process only applies to GET requests. Every Eventbrite api v3 endpoint supports batch GET. Batch update it is still experimental, however many data sets that need batch create update delete support have their own batch implementations separate from the standard v3 batch process.

@benmvp
Copy link
Contributor Author

benmvp commented Feb 23, 2018

Ahhh, good to know. So we can at the very least support batch GET

@BenAtEventbrite BenAtEventbrite added the enhancement New feature or request label Mar 29, 2018
@kwelch
Copy link
Contributor

kwelch commented Jan 30, 2019

Batched requested docs have moved here => https://www.eventbrite.com/platform/api#/introduction/batched-requests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants