eventbrite / eventbrite-sdk-python

Eventbrite Python SDK
Apache License 2.0
1 stars 3 forks source link

get_user_events not working, endpoint depricated #54

Open MWals opened 4 years ago

MWals commented 4 years ago

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

dcwiggin commented 4 years ago

Having the same issue - please update ASAP.

clintonb commented 4 years ago

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