-
Updated
Jun 10, 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,188 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
Jun 3, 2021 - Ruby
-
Updated
Apr 15, 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
May 27, 2021 - JavaScript
-
Updated
Jun 7, 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
Jun 10, 2021 - JavaScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
May 6, 2020
I’ve had a look through the repository, but struggling to find a method that does this API call:
https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template
Does this exist within this library?
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
Apr 25, 2021 - Objective-C

-
Updated
Jun 30, 2019 - JavaScript
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 10, 2021 - TypeScript
-
Updated
Jan 19, 2020 - JavaScript
-
Updated
Apr 29, 2021 - CoffeeScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Apr 21, 2021 - Ruby
-
Updated
May 24, 2021 - Python
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Python
The pulls API returns an
auto_merge
field which is currently not available in thePullRequest
struct.When auto-merge is enabled for a Pull-Request the returned
auto_merge
field looks like: