1.1.0 • Published 8 years ago

api-github v1.1.0

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

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
1.1.0

8 years ago

1.0.0

8 years ago

0.1.4

8 years ago

0.1.2

8 years ago

0.0.1

8 years ago