eventbrite-sdk-python
eventbrite-sdk-python copied to clipboard
get_user_events not working, endpoint depricated
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 to use the same user id as organisation id though.
Please update the library accordingly as it will currently not work as is
Having the same issue - please update ASAP.
This applies to other endpoints nested beneath the /users path, including get_user_owned_event_attendees which is now served from /organizations/:organization_id/attendees/.