Skip to content

SpoonX/api-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiGithub Build Status

Sane, and simple wrapper for the github API.

Usage

var ApiGithub = require('api-github'),
    api       = new ApiGithub({});

api.users.find('RWOverdijk').then(console.log).catch(console.error);
api.orgs.find('SpoonX').then(console.log).catch(console.error);
api.repos.find('spoonx/aurelia-orm').then(console.log).catch(console.error);

New

  • Added authorizations support
  • Return response on failure
  • Added support for subscriptions
  • Added support for custom auth headers

About

Github api wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published