eventbrite icon indicating copy to clipboard operation
eventbrite copied to clipboard

eventbrite ruby gem for v3 API.

Results 8 eventbrite issues
Sort by recently updated
recently updated
newest added

simpy added a resource for Series https://www.eventbrite.com.ar/platform/api#/reference/event-series

Adding the organization API addresses the deprecation of much of the existing user API that is no longer usable as of June 1st, 2020. https://www.eventbrite.com/platform/docs/changelog #27

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

Looking to create a jekyll powered website that pulls from our organization's eventbrite feeds. Code would probably be hosted on bitbucket and the site on Netlify. I am fairly new...

rubygems.org still has version 0.0.1 so it took me a while to figure out why stuff wasn't working.

First of all, great gem Was wondering if you had considered adding a method to eventbrite_object api that would delegate to Hash#fetch? This could be handly if I do something...

Hi, this may not concern this package, but here's the issue: I'm trying to get /events and /discounts from the Eventbrite API. Both are returning empty which should not be...

Ruby 3 removed `URI.escape` method. But luckily we have a drop-in replacement available inside `URI::Parser`. This change handles that.