github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Java API for GitHub

Results 268 github-api issues
Sort by recently updated
recently updated
newest added

# Description Related issue - https://github.com/hub4j/github-api/issues/1133 New feature supporting GitHub code-scanning API. As this is a big feature with multiple functions, breaking this into smaller PRs to reduce review effort....

Is there any way to list webhook deliveries for the webhook configured for a GitHub App? https://docs.github.com/en/enterprise-cloud@latest/rest/reference/apps#list-deliveries-for-an-app-webhook Or to redeliver a delivery? https://docs.github.com/en/enterprise-cloud@latest/rest/reference/apps#redeliver-a-delivery-for-an-app-webhook Thanks.

enhancement
good first issue

Hello, when listing users the GitHub Api provides a parameter _since_ which allows you to specify an id of the user you've seen the last, when you start listing again...

new feature
enhancement

#1015 fixed an issue where a `public` annotation had a `public` constructor that had a [`package-private`](https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html) `enum` parameter. This didn't break immediately, but caused issue for mocking. If it were...

task

OkHttpGitHubConnector constructor seems to override OkHttpClient variables/settings. I explain. I am developing behind a corporate proxy. So while I run my code locally, I need to have my OkHttpClient initialized/built...

enhancement
more information needed

Webhooks and events contain similar data but often not the same data. The Push event is one example: https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#push https://docs.github.com/en/developers/webhooks-and-events/events/github-event-types#pushevent There's a lot of overlap, but having the two represented...

bug
breaking change

**Describe the bug** Github has deprecated previous REST api that was used to check the authorization of OAuth token as per https://docs.github.com/en/[email protected]/rest/reference/oauth-authorizations#check-an-authorization and blog post https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/ In this repository we...

enhancement

wanted to star a repository but GHRepository does not have star no unstar method. Funny enough GHGist does have that ability. would make sense to add star and unstar to...

enhancement
good first issue

**Describe the bug** Throwing error when renaming label, the renaming does take place. org.kohsuke.github.GHFileNotFoundException: https://api.github.com/repos/org/repo/labels/oldname {"message":"Not Found","documentation_url":"https://docs.github.com/rest/reference/issues#update-a-label"} at org.kohsuke.github.GitHubClient.interpretApiError(GitHubClient.java:540) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:401) at org.kohsuke.github.GitHubClient.sendRequest(GitHubClient.java:355) at org.kohsuke.github.Requester.fetch(Requester.java:76) at org.kohsuke.github.AbstractBuilder.done(AbstractBuilder.java:109) at org.kohsuke.github.GHLabel$Setter.done(GHLabel.java:258) **To...

bug

# Description Fixes #1279 # Before submitting a PR: - [x] Changes must not break binary backwards compatibility. If you are unclear on how to make the change you think...

work-abandoned