-
Updated
Dec 14, 2021 - Go
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 3,602 public repositories matching this topic...
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
-
Updated
Jan 28, 2021 - Python
-
Updated
Nov 9, 2021 - Ruby
-
Updated
Jul 19, 2021 - 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,
):
-
Updated
Dec 28, 2021 - JavaScript
-
Updated
Dec 23, 2021 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
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
Dec 22, 2021 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 10, 2021 - JavaScript
-
Updated
Nov 16, 2021
Is your feature request related to a problem? Please describe.
I just ran into a problem where a call to the Github API unexpectedly returned a 404 error. This failed our workflow. The error was intermittent and wasn't reproducible when I re-ran the job.
Describe the solution you'd like
I'd like any API calls made by the github
client to be retried, preferably using the [retry p
Something like this would come in handy:
<?php declare(strict_types = 1);
use Github\Api\RateLimit\RateLimitResource;
use Github\Client;
use Http\Client\Common\Plugin;
use Http\Promise\Promise;
use Psr\Http\Message\RequestInterface;
class RateLimitPlugin implements Plugin
{
private Client $client;
public function setClient(Client $client): void
{
$this->client =
-
Updated
Apr 25, 2021 - Objective-C

-
Updated
Jun 30, 2019 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Dec 28, 2021 - TypeScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Apr 29, 2021 - CoffeeScript
Error photo
https://github.com/NhanAZ/Images/blob/master/errordisplayimage.jpg
Device info I use
Android 11; Redmi Note 8 Build/RKQ1.201004.002
The web version I use
Chrome 96.0.4664.92
Github profile in the picture
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 8, 2021 - Ruby
-
Updated
Dec 24, 2021 - Swift
Both https://docs.github.com/en/rest/reference/checks#list-check-runs-for-a-git-reference and https://docs.github.com/en/rest/reference/checks#list-check-suites-for-a-git-reference endpoints document the following query parameter:
id
.(Though the former is missing a des