-
Updated
Jan 7, 2022 - 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,627 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
Jan 5, 2022 - 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
Jan 8, 2022 - JavaScript
-
Updated
Jan 3, 2022 - 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
Jan 2, 2022 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 10, 2021 - JavaScript
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
-
Updated
Dec 29, 2021
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
Jan 9, 2022 - TypeScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Jan 8, 2022 - Swift
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
Apr 29, 2021 - CoffeeScript
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Oct 8, 2021 - Ruby
Are there any plans to support the PubSubHubbub API for creating webhooks?
I could try to create a PR for implementing this (I'm hoping to use it for implementing https://github.com/terraform-providers/terraform-provider-github/issues/275) if there is any chance of it being accepted.