Skip to content

benmvp/eventbrite-sdk-javascript

Repository files navigation

Eventbrite JavaScript SDK

NOTE: This library is still in alpha and under initial development.

Installation

Coming soon...

Usage

const eventbrite = require('eventbrite');

// Create configured Eventbrite SDK
const sdk = eventbrite({token: 'OATH_TOKEN_HERE'});

// See: https://www.eventbrite.com/developer/v3/endpoints/users/#ebapi-get-users-id
sdk.request('/users/me').then(res => {
    // handle response data
});

Read more on getting a token.

Contributing

Contributions are welcome! See Contributing Guidelines for more details.

Project philosophy

We take the stability of this SDK very seriously. eventbrite follows the SemVer standard for versioning.

License

The library is available as open source under the terms of the MIT License.

About

The official JavaScript SDK for the Eventbrite v3 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published