Eventbrite.NET
Eventbrite.NET copied to clipboard
API wrapper for Eventbrite.
HI I used this code some years back and now it's broken with "endpoint is now deprecated from EventBrite". Is this lib now dead? It looks like EB has moved...
Hi there, Do you have any examples of how to use your code to call the API ? Many thanks Ally
Attendee includes Custom Answers as in the Eventbrite API
Not all languages have . as decimal point and , as group separator. Using InvariantCulture solves this.
end_date parameter is not always returned from the organizer_list_events api call, maybe also should be nullable in the Ticket object (?) on top removed the non referenced stringreader for xmlstring..
Thanks for building this great rest api wrapper for EventBrite. We needed the event url so I added support for it here. Let me know if you have any comments....
Replacing the XmlDocument with XDocument and HttpRequest.GetRespose with the async methods should do the trick