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

Eventbrite Python SDK

Results 18 eventbrite-sdk-python issues
Sort by recently updated
recently updated
newest added

Edits to order confirmation information do not update on new email campaigns. You would have to start over with a brand new event to edit order confirmation message. There is...

I have been seeing hanging get requests to Eventbrite API. Rather than try to hack my own function timeouts, I thought it would be reasonable to use requests built-in timeouts....

Hi, the previously working endpoint for GET /users/:id/events/ does not work anymore, it seems like it was depricated and i now have to use the /organisations/:id/events/ endpoint I was able...

Added pagination support for a few of the known pagination calls. I know there are several other calls that also have pagination. This also suggests that instead of adding pagination...

Eventbrite introduced the concept of Organization unit and the events now should be fetched via the organization endpoint. This library is lacking organization support. https://www.eventbrite.com/platform/docs/organizations https://www.eventbrite.com/platform/api#/reference/organization-roles/list/list-your-organizations?console=1

The underlying REST API supports paging, but it is masked in a few places by overly-strict function signatures. When a function gets called from the `AccessMethodsMixin` collection, the `page=1` keyword...

enhancement

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...

@vartec Where does one get the documentation in the appropriate format to pass into generate_access_methods.py?

Since params on an APIView are set via a custom command, instead of defined in the documentation, we need to open the correct rendered HTML and scrape out the params.