github
github copied to clipboard
A higher-level wrapper around the Github API. Intended for the browser.
Hi, This is a request for a feature: I'd like to have a possibility to specify a fields, that needs to be/or can be entered easily in a PR template....
Hi, It seems that the link on homepage is broken: http://github-tools.github.io/github/docs/3.4.0/index.html
``` import GitHub from 'github-api'; // basic auth const gh = new GitHub({ username: 'FOO', password: 'NotFoo' }); ``` how to initialize the user with an access token instead?
Updates are based on https://github.com/noffle/art-of-readme
I'd like to open up the discussion around deprecating this package. GitHub itself maintains a great JavaScript client library in [Octokit](https://github.com/octokit/rest.js). I think due to the popularity of our library,...
Dear team, If there is some features like coloring, italic etc... in Gist, will help many people to highlight the things included in there notes, codes etc...
I really need help with this! I created a personal access token after August 13th when password authentication became deprecated. The personal access token is not registered as valid when...
I am trying to upload an Image to GitHub from the browser. I download the image into a blob, convert the blob into base64 and the use the writeFile method....
Hey I am getting a ton of errors ``` Promise { } Hint: hit control+c anytime to enter REPL. (node:378) UnhandledPromiseRejectionWarning: Error: 401 error making request post https://api.github.com/gists: "Unauthorized" at...
I've had issues using `Repository.createBlob(buffer)` that would cause an exception when looking for `response.data` in a null response. Adding this check for a null response line allows the code to...