Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 932 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 932 Bytes

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.