github
github copied to clipboard
A higher-level wrapper around the Github API. Intended for the browser.
I refactored the `getTeams` method in `Organization.js` to use the new `_request` method instead of the deprecated `_requestAllPages` method, and I refactored the associated unit test to use `assetSuccessful` and...
Adds API for: https://developer.github.com/v3/pulls/#list-commits-on-a-pull-request
Hi. I've noticed today that User.listGists() returns smaller number of gists than what is my total number. By looking at #408 and code I've tried modify code locally and use...
For issue #403 I didn't find a great example PR with review comments on which to base the test. Ideally it could be this one or a new test one.
Changed Repository.(listTags,listCommits,listReleases) to call `_requestAllPages` to fetch all pages of the result response
Adds the new [Projects API](https://developer.github.com/v3/repos/projects/) The tests are passing, but the lint contains errors from master. The lib folder are not used in the NPM package, so I put it...
- Add babel-plugin-add-module-exports to allow ECMA2015 module support (per [#360](https://github.com/michael/github/pull/360#discussion_r70783873)) - Use babel-runtime instead of es6-promise polyfill (Fixes #358) - Remove es6-promise polyfill
See: https://developer.github.com/v3/activity/watching/