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

Update to organization object (deprecated endpoints)? #27

Open
bradykeeling opened this issue Apr 14, 2020 · 0 comments
Open

Update to organization object (deprecated endpoints)? #27

bradykeeling opened this issue Apr 14, 2020 · 0 comments

Comments

@bradykeeling
Copy link

bradykeeling commented Apr 14, 2020

Are there plans to update this gem so that it uses the Organization object?

https://www.eventbrite.com/platform/docs/changelog

It looks like many of the endpoints will no longer work in the near future.

Thanks!

Legacy New
GET /v3/checkout_settings/ GET /v3/organizations/{organization_id}/checkout_settings/
GET /v3/organizers/ GET /v3/organizations/{organization_id}/organizers/
GET /v3/webhooks/ GET /v3/organizations/{organization_id}/webhooks/
GET /v3/users/{user_id}/assortment/ GET /v3/organizations/{organization_id}/assortment/
GET /v3/users/{user_id}/contact_lists/ GET /v3/organizations/{organization_id}/contact_lists/
GET /v3/users/{user_id}/contact_lists/{contact_list_id}/ GET /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/
GET /v3/users/{user_id}/contact_lists/{contact_list_id}/contacts/ GET /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/contacts/
GET /v3/users/{user_id}/currencies/ GET /v3/organizations/{organization_id}/currencies/
GET /v3/users/{user_id}/discounts/ GET /v3/organizations/{organization_id}/discounts/
GET /v3/users/{user_id}/events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/event_groups/ GET /v3/organizations/{organization_id}/event_groups/
GET /v3/users/{user_id}/managed_events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/organizers/ GET /v3/organizations/{organization_id}/organizers/
GET /v3/users/{user_id}/organizers/default/ GET /v3/organizations/{organization_id}/organizers/default/
GET /v3/users/{user_id}/owned_events/ GET /v3/organizations/{organization_id}/events/
GET /v3/users/{user_id}/owned_event_attendees/ GET /v3/organizations/{organization_id}/attendees/
GET /v3/users/{user_id}/owned_event_orders/ GET /v3/organizations/{organization_id}/orders/
GET /v3/users/{user_id}/search_owned_event_orders/ GET /v3/organizations/{organization_id}/orders/search/
GET /v3/users/{user_id}/ticket_classes/ GET /v3/organizations/{organization_id}/ticket_classes/
GET /v3/users/{user_id}/ticket_groups/ GET /v3/organizations/{organization_id}/ticket_groups/
GET /v3/users/{user_id}/tracking_beacons/ GET /v3/organizations/{organization_id}/tracking_beacons/
GET /v3/users/{user_id}/venues/ GET /v3/organizations/{organization_id}/venues/
POST /v3/users/{user_id}/assortment/ POST /v3/organizations/{organization_id}/assortment/
POST /v3/users/{user_id}/contact_lists/ POST /v3/organizations/{organization_id}/contact_lists/
POST /v3/users/{user_id}/contact_lists/{contact_list_id}/ POST /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/
POST /v3/users/{user_id}/contact_lists/{contact_list_id}/contacts/ POST /v3/organizations/{organization_id}/contact_lists/{contact_list_id}/contacts/
POST /v3/users/{user_id}/event_groups/ POST /v3/organizations/{organization_id}/event_groups/
POST /v3/checkout_settings/ POST /v3/organizations/{organization_id}/checkout_settings/
POST /v3/discounts/ POST /v3/organizations/{organization_id}/discounts/
POST /v3/events/ POST /v3/organizatons/{organization_id}/events/
POST /v3/organizers/ POST /v3/organizations/{organization_id}/organizers/
POST /v3/series/ POST /v3/organizations/{organization_id}/events/
POST /v3/ticket_groups/ POST /v3/organizations/{organization_id}/ticket_groups/
POST /v3/venues/ POST /v3/organizations/{organization_id}/venues/
POST /v3/webhooks/ POST /v3/organizations/{organization_id}/webhooks/
DELETE /v3/users/{user_id}/discounts/ DELETE /v3/organizations/{organization_id}/discounts/
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