Git Product home page Git Product logo

eventbrite-sdk-javascript's Introduction

Eventbrite JavaScript SDK

version downloads module formats: esm, cjs, & umd npm type definitions semantic-release

PRs Welcome license

Maintenance Status Build Status Dependencies status Dev Dependencies status

code style: prettier

Watch on GitHub Star on GitHub Tweet

The official JavaScript SDK for the Eventbrite v3 API.

NOTE: This library is still in beta as we flesh out the API of the SDK.

Table of Contents

Installation

Install via Yarn:

yarn add eventbrite

Install via NPM:

npm install --save eventbrite

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

API Docs

Eventbrite v3 API JavaScript SDK Documentation

Target Environments

The SDK works in both the browser and Node environments. As a result, we provide multiple build targets for you to consume depending on your environment:

Libraries

  • ESM - (EMCAScript modules) Everything transpiled to ES5 except for ES2015 import/export statements enabling tree shaking
  • CJS - (CommonJS) Standard format for most bundling systems including Node fully transpiled to ES5
  • UMD - (Universal module definition) Combination of EJS & AMD (asynchronous module definition) fully transpiled to ES5

Bundled distributions

If you don't have or cannot use a module system in your web app, the bundle distributions come as a single file with all of the dependencies included:

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.

All updates must pass the CI build.

License

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

eventbrite-sdk-javascript's People

Contributors

benateventbrite avatar benmvp avatar charlyx avatar danielepolencic avatar dependabot[bot] avatar dtardoin-eb avatar jcreamer898 avatar kaylie-alexa avatar kwelch avatar kwelch-eb avatar ryanwholey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.