Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Zorium/exoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published