8000 GitHub - CrispyBacon1999/toa-api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CrispyBacon1999/toa-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Orange Alliance API

NodeJS API for The Orange Alliance

API Docs

Note: Only supports the GET api currently.

Usage

Using the API is simple. Just create an instance of the API class, passing in your auth key and the name of your app. From there, call any of the methods to retrieve the data from the API.

import API from 'toa-api';


let api = new API("YOUR_AUTH_KEY_HERE", "Name your app");

// All the requests will return promises of the model.
let event = await api.getEvent("1920-FIM-FIMFS1");
// OR
api.getEvent("1920-FIM-FIMFS1").then(event => {
    // Do Something
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0