github icon indicating copy to clipboard operation
github copied to clipboard

A higher-level wrapper around the Github API. Intended for the browser.

Results 153 github issues
Sort by recently updated
recently updated
newest added

The update(PUT) API call for file sizes under **22MB** works through. But for bigger file sizes (such a **40MB**), the update rest endpoint of Github fails with a **500 internal...

Source code - "test.html": ``` var gh = new GitHub(); ``` Chrome console output: ``` base64.js:89Uncaught SyntaxError: Invalid regular expression: /[À-ß][€-¿]|[à-ï][€-¿]{2}|[ð-÷][€-¿]{3}/: Range out of order in character class at...

https://github.com/github-tools/github/blob/24223f7a51ba935f1c86ffd552dac20e8f3e359d/lib/Requestable.js#L187 In the above code **response** will be undefined if the request is for a non-existing endpoint (which will result in 404 response). In-order to re-produce invoke getSha() method for...

While using the package installed from NPM, i notice that deleteHook had an error where "/repos/" was not prepended to the path. I subsequently noticed that there was a fix...

The response object in the getSha returned promise fails on here `commit.sha = response.data.sha;` The response.data is null, the status header of the response object is '304 Unmodified' The writeFile...

https://developer.github.com/v3/repos/releases/#get-a-single-release-asset I think it is very important to wrapper this API for example, I am dealing with the auto-update of electron. I am trying to let the client-side to detect...

From the [collaborators API doc](https://developer.github.com/v3/repos/collaborators/#list-collaborators): > Note: The Nested Teams API is currently available for developers to preview. See the blog post for full details. To access the API, you...

When there is no network the `_request` function fails, without rejecting the Promise, which makes impossible to catch the error when using a callback. Even though the component can't be...

bug

https://developer.github.com/v3/repos/branches/#update-branch-protection

When tagging a new release, the built/compiled/minified JS should be included. Seems like standard practice for most "releases"