-
Updated
Jul 10, 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 4,055 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
Jul 11, 2022
-
Updated
Jul 18, 2022 - JavaScript
-
Updated
Apr 23, 2022 - Python
-
Updated
Apr 10, 2022 - Ruby
-
Updated
Feb 14, 2022 - 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
Mar 28, 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
Jun 29, 2022 - JavaScript
-
Updated
Mar 19, 2022 - JavaScript
I would like the ability to use the throttling plugin. I was going to create a PR but it looks like the octokit client is instantiated using the @actions/github package, which would mean I would need to make a PR for that codebase first and then create a PR for this codebase once that codebase has merged it.
So... is there a reason why this codebase is using @actions/github instead of just inc
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Jun 5, 2022
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 =
Actually, Leetcode stores all your previously solved problems in local storage so it is very possible, all I have to do is reverse engineer it , you also need the question number
<img width="1440" alt="Screenshot 2022-02-17 a
-
Updated
Jul 13, 2022 - Swift
-
Updated
Apr 25, 2021 - Objective-C

-
Updated
Jun 30, 2019 - JavaScript
Error description photo
Device used in the photo
Android 11; Redmi Note 8 Build/RKQ1.201004.002
Browser version used in the photo
Chrome 96.0.4664.92
-
Updated
Jul 18, 2022 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 7, 2022 - Vue
-
Updated
Apr 5, 2022 - JavaScript
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.