A command-line tool that makes git easier to use with GitHub.
-
Updated
Sep 4, 2021 - Go
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.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
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,
):
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
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 =
I do not see any support for the Packages API. I don't know if I miss it somewhere though.
If it does not exist then I would be happy to work on it.