0.1.8 • Published 9 years ago

exoid v0.1.8

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

Exoid

Interface with exoid compatible APIs

Exoid = require 'exoid'
request = require 'clay-request'

@exoid = new Exoid
  api: config.API_URL + '/exoid'
  fetch: request

@exoid.stream 'games.getById', {id} # -> Observable
@exoid.call 'auth.login' # -> Promise
0.1.8

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago