A command-line tool that makes git easier to use with GitHub.
-
Updated
Oct 10, 2021 - Go
{{ message }}
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.
A command-line tool that makes git easier to use with GitHub.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Reconnaissance tool for GitHub organizations
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,
):
GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Great tool. What if I want to search for a domain or org name in combination with all the signatures? Is this possible currently?
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
GitHub client for Android based on the abandoned official app
sync gas code to github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
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 = 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
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Listen to music generated by events happening across GitHub
GitHub WeChat Mini Program
github api v3 in nodejs
Ruby interface to GitHub API
Create GitHub Resource Download Link
Better GitHub statistics images for your profile, with stats from private repos too
Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
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.