npm.io
1.0.1 • Published 8 years ago

abios

Licence
ISC
Version
1.0.1
Deps
5
Size
6 kB
Vulns
1
Weekly
0

abios

available calls can be found here.

Initialization & Use

var AbiosAPI = require('abios')
var api = AbiosAPI({
  clientID: process.env.ABIOS_CLIENT_ID,
  clientSecret: process.env.ABIOS_CLIENT_SECRET
});

api('/series', [
  '&with[]=matches', // matches associated with the series.
  '&with[]=casters', // live streams for the series.
  '&with[]=tournament', // tournament data associated with the series.
  `&order=start`
]).then(list => {
  // do stuff
}).catch(console.error)

Keywords