github
github copied to clipboard
A higher-level wrapper around the Github API. Intended for the browser.
Changes: - Updated the jsdoc to correctly document the `Github.search` function. - If a `page` option is passed into `_requestAllPages`, it will only fetch that single page, instead of attempting...
Outlined our current timeline for deprecation. @clayreimann I'd love to get your eyes on this, just to make sure I'm not pushing something you or the original authors don't want.
The request to get the list of releases and tags should have the options object in order to pass pagination options. @see https://developer.github.com/v3/#pagination
createBlob automatically encodes string parameter by Utf8 library. In some cases the string value can be already encoded in Utf8 so the encoding should be skipped. This commit enables to...
I could not find these methods so I created. If anyone has any information about them, please let me know.
I am trying to execute writeFile without optional `options`-parameter. `repo.writeFile('master', 'file.txt', 'some text', some message');` But getting the error: ```sh ~project/node_modules/github-api/dist/components/Repository.js:912 var shouldEncode = options.encode !== false; ^ TypeError: Cannot...
resolves #453
I added a new parameter in getTree to set recursive.