GitHub API

The GitHub API provides endpoints for users to consume GitHub data as well as make changes on a user’s behalf. The latest version is v4, the GraphQL API. The GitHub GraphQL API v4 represents an architectural and conceptual shift from the GitHub REST API v3 and allows for users to craft queries of the exact data they need.
Here are 2,393 public repositories matching this topic...
Adding a printing feature (using window.print(); and @media print
css rules) would make a neat "export" feature, good for archiving a monthly report because currently, the printed pages (2) are blank.
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
$ chmod +x DevHub-0.98.5.AppImage
$ ./DevHub-0.98.5.AppImage
[74678:1119/111718.741581:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_DevHubUcWLlF/chrome-sandbox is owned by root and has mode 4755.
[1] 74678 trace trap ./D
This Issue is a call for documentation additions about how people have used this tool.
Here's how one Node.js software project uses this tool to "improve release process":
davewasmer/ember-cli-favicon@08be5a5
Detail:
- a gcg config file with a single option
- a config file for [ember-cli-release](https://github.com/shipshapeco
Hi,
I'm currently trying to have a working example how to properly authenticate as a GitHub app in my organization. In the app settings I can find the application ID
. Using:
$ curl -i -H "Authorization: Bearer $JWT_TOKEN" -H "Accept: application/vnd.github.machine-man-preview+json" https://api.github.com/app/installations
I can also get the installation ID
.
Here is my co
-
Updated
Jun 19, 2020 - Go
PullRequest.edit
does not allow a draft
attribute:
def edit(
self,
title=github.GithubObject.NotSet,
body=github.GithubObject.NotSet,
state=github.GithubObject.NotSet,
base=github.GithubObject.NotSet,
):
The Repositories protect_branch function supports the following parameters and options:
Parameters:
repo (Integer, String, Hash, Repository) — A GitHub repository.
branch (String) — Branch name
options (Hash) (defaults to: {}) — a customizable set of options
Options Hash (options)
-
Updated
Jun 6, 2020 - JavaScript
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
May 6, 2020
-
Updated
May 9, 2020 - Objective-C
I see that merging a pull request is possible but I couldn't find it in the docs in this repo. Is the document not updated or the feature itself is not available?
https://developer.github.com/v3/pulls/#merge-a-pull-request-merge-button

-
Updated
Jun 30, 2019 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Feb 10, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
This should be an easy fix and I think it could be helpful for user looking to create a new branch.
createReference is passed three arguments:
ghrepo.createReference('master', '18293abcd72', callback);
The first argument should be the new branch name.
The second argument should be the SHA-1 hash value of the commit to branch off.
A better example would be as follows:
// get th
-
Updated
Jun 22, 2020 - Ruby
I love this library and use it for several different projects. There have been a few times where I've had to open issues, and the team working on this has always been great.
That being said I'd love to help more, possibly by opening PRs rather than issues. The place I get stuck at those is navigating the internals of the pr
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Mar 27, 2020 - Python
Failed to load resource: the server responded with a status of 403 (Forbidden)
{ "message": "API rate limit exceeded for N.N.N.N. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)", "documentation_url": "https://developer.github.com/v3/#rate-limiting" }
And maybe allow authentication
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Oct 11, 2019 - JavaScript
One common use case for project maintainers is to update a broken pull request which was made by someone else.
Hub should be able to help maintainers doing the following steps: