eventor-api

0.0.2 • Public • Published

Eventor API

Usage

const EventorApi = require('eventor-api');
const eventorApi = new EventorApi({
        eventorApiUrl: 'http://eventor.orientering.se/api/',
        apiKey: <YOUR_API_KEY>
    });

Get Persons

let organisationId = '63';
eventorApi.persons(organisationId)
            .then(persons => {
                    console.log(persons);
                })
            .catch(e => console.log(e));

Readme

Keywords

none

Package Sidebar

Install

npm i eventor-api

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • fallebo214