-
Updated
Mar 19, 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,006 public repositories matching this topic...
/orgs/{org}/failed_invitations has the same API as /orgs/{org}/invitations, although we should likely expand the Invitation model to include failure fields. My userland copypasta "implementation:"
// listFailedOrgInvitations returns a list of pending invitations.
// Copied and edited version of Li-
Updated
Jan 28, 2021 - Python
-
Updated
Mar 21, 2021 - Ruby
-
Updated
Feb 2, 2021 - Go
hi there.
there is a bug in "repo.get_public_key".
i found this bug by trying to use "repo.create_secret", which failed because of this issue
repo.get_public_key()
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "/Users/sschultchen/PycharmProjects/IAC_Main/venv/lib/python3.9/site-packages/github/PublicKey.py", line 55, in __repr__
return self.g
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 18, 2021 - TypeScript
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
Aug 6, 2020 - JavaScript
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 21, 2021 - JavaScript
-
Updated
May 6, 2020
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
Mar 3, 2021 - Objective-C
-
Updated
Jun 30, 2019 - JavaScript
-
Updated
Jan 21, 2021 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Mar 22, 2021 - TypeScript
-
Updated
Mar 14, 2021 - CoffeeScript
-
Updated
Mar 9, 2021 - Ruby
-
Updated
Mar 1, 2021 - Python
-
Updated
Mar 3, 2021 - TypeScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 26, 2020 - JavaScript
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.