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 154 public repositories matching this topic...
-
Updated
May 3, 2020 - Java
RtReleaseAssets upload use a static uri uri: "https://uploads.github.com"
this.request.uri().set(URI.create("https://uploads.github.com"))
It should leverage the upload_url in the repository github response.
-
Updated
Mar 24, 2020 - Java
-
Updated
May 17, 2017 - Java
Make Templates for Issues and Pull Requests
Update Screenshots
-
Updated
Feb 4, 2020 - Java
-
Updated
Jan 18, 2019 - Java
-
Updated
Sep 17, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Nov 11, 2019 - Java
-
Updated
Oct 30, 2017 - Java
-
Updated
Sep 11, 2020 - Java
-
Updated
Jun 20, 2018 - Java
-
Updated
Jun 26, 2016 - Java
-
Updated
May 5, 2017 - Java
-
Updated
Jul 19, 2020 - Java
-
Updated
Dec 23, 2017 - Java
-
Updated
Mar 25, 2017 - Java
-
Updated
Jun 4, 2020 - Java
-
Updated
Nov 28, 2019 - Java
-
Updated
Aug 17, 2019 - Java
-
Updated
Feb 19, 2018 - Java
-
Updated
Jan 31, 2020 - Java
-
Updated
Oct 1, 2018 - Java
-
Updated
Aug 3, 2017 - Java
Describe the bug
It currently seems to be impossible to add a new public key to user's account using
GHMyself.POST /user/keysis the relevant GitHub API endpoint.To Reproduce
Read docs on
GHMyselfand observe the method not being presentExpected behavior
`GHMyself::addK