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,079 public repositories matching this topic...
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 ./DI'm thinking to make another plugin for this project to generate a FAQ section from issues with the question label
Over in terraform-providers/terraform-provider-github#323, there has been some breakage due to GitHub moving the top-level /teams endpoint to live under /organizations/:org_id/team. v28.0.0 of this codebase is used for the GitHub Terraform provider, which is affected by the change.
$ go test -v -timeout 30m ./... -run TestAccGithubTeamMembership_basic
.
gitrob does not detect codeship.aes files. codeship.aes contains projects-specific AES keys to encrypt/decrypt environment variables used in Codeship Pro. It should be added to .gitignore but might be missed.
Expected Behavior
gitrob flag codeship.aes files.
Hello
tl;dr - does anybody know if there's a way to pay for a year's worth of octobox instead of month-by-month?
I saw that it's possible to support octobox "the company", which I'd like to do via a grant that we've got (I work at an educational institution so money flows through grants). However, I couldn
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
Feb 9, 2020 - JavaScript
When looking at rst files, the menu item to display the unrendered source in upper right corner mentions markdown instead of rst.
Toggling participating is pretty handy, I do it often. Ideally I wouldn't have to open settings to do so.
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
Feb 6, 2020
-
Updated
Jan 30, 2020 - Objective-C
The text gives "This type of Eslint error is a result of Airbnb's format rule for arrow functions."
[1, 2, 3].map(function(x) {
const y = x + 1;
return x * y;
});
Pressing ctrl-s does not change the function to an arrow function as stated in the text.
linting seems to object only to the fact that the function has no name, not that a nameless function should be expressed as an arrow
There is actually webhook working through
Like below. But there is no documentation found. https://github.com/KnpLabs/php-github-api/tree/master/doc
Please add full documentation for this.
$client = self::auth($this->repo_connection);
$create_hook = $client->api('repo')->hooks()->create($repo->owner, $repo->name, $params);
$hooks = $client->api('repo')->hooks()->all($repo->owner,
-
Updated
Feb 7, 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
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
Feb 8, 2020 - Python
-
Updated
Feb 9, 2020 - JavaScript
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
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: