eventbrite-sdk-php
eventbrite-sdk-php copied to clipboard
While this library is shipping with a `composer.json` file, it really is not compliant with modern PHP standards: There are no PHP namespaces involved and there are `require` statements all...
Rename to .rst to match formatting Fix link to correct SDK Remove extra line above heading
Small fixes for the README file
Hi I'm trying to retrieve the events created by a user in the following way: ``` $client = new HttpClient($token); $events = $client->get_user_events($user_id); ``` This results in the following error:...
Added proper namespaces, converted Autheticate.php to a static class, and added autoload config to composer so package will autoload propertly. This will require a version bump as it will break...
Hi i am facing issue in post request. please look at this issue and help me to solve this issue `[response_headers] => Array ( [0] => HTTP/1.1 301 MOVED PERMANENTLY...
The Create and List Webhooks APIs have been deprecated and replaced with new Create and List Webhooks by Organization APIs. This PR add the new methods, but leaves the existing...