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

Using the raw parameter within the options of the writeFile method, this tool works with the sending of png images, it has not been tested with other files, but I...

Can we replicate this in javascript? https://gist.github.com/mroderick/1afdd71aa69f6b29601d335751a1a9be When I try to write it with gist.update(...), I get a bunch of binary garbage uploaded. I can however commit images to github...

I extracted a dataURL from a canvas and I want to send this content to my GitHub Repository using 'github-api': http://github-tools.github.io/github/docs/3.1.0/Repository.html#writeFile I can do commit but only with a String...

I'll use this issue to track the preview APIs we consume. We will add some sort of warning into the docs regarding this.

I have generated a personal access token and done the following code: ``` // Login var git = new github({ token: github_token }) var git_repo = git.getRepo(owner, repo) // Get...

When attempting to use Repository.writeFile, this error occurs: ``` (node:8240) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined at handler (C:\Program Files\nodejs\node_modules\github-api\dist\components\Requestable.js:372:40) at processTicksAndRejections (internal/process/task_queues.js:93:5) (Use `node --trace-warnings ...` to...

Following #461 I don't have access to the CI tool (and Travis does not seem to pick it up), the tests should correctly run

Trying to use the function http://github-tools.github.io/github/docs/3.2.3/GitHub.html#search (using 3.4.0 but the docs aren't up for that) like this: ```js console.log(gh.search('query')) ``` gives this error: ``` /home/heath/SyncedProjects/CredentialReminderBot/node_modules/github-api/dist/components/Requestable.js:162 requestOptions.type = requestOptions.type || 'all';...

This link is broken: http://github-tools.github.io/github/docs/3.4.0/index.html

@danielruf @clayreimann @AurelioDeRosa @aendrew I'd like to get a new group of maintainers+contributors for this project. We have quite a few people that are interested, and people still use the...