github-java-client
github-java-client copied to clipboard
A Java client to Github API
I notice the error logs "A connection to http url was leaked when am using the library. Did you forget to close a response body?" is something am seeing while...
I think the docs are probably still lacking OR I just didnt read them well enough; More likely there is no spring specific docs anyways... Just posting this issue to...
Hi In our application we are receiving events (webhook payloads) for check-suites and I couldn't find any implementation that transforms these events/payloads (at least not [here](https://github.com/spotify/github-java-client/tree/master/src/main/java/com/spotify/github/v3/activity/events) ). We subsequently want...
When I try to search for issues in repositories ~on which my GitHub app is installed~ using the `SearchClient`, I get an error saying that this endpoint requires installation authentication....
The readme says: > The client will manage the generation of JWT tokens, as well as requesting **and caching the installation tokens** from GitHub. I see that there is a...
Hi, i'm playing with a use case in which i need to get an access token from a github application (appid and installation id), this access token is used to...
Some Github API responses will be paginated and return a JSON object like: ```json { "total_count": 50, "repositories: [ ... ] } ``` for example: https://docs.github.com/en/free-pro-team@latest/rest/reference/apps#list-repositories-accessible-to-the-app-installation It seems like these...
Adding support for the `/repos/{owner}/{repo}/dispatches` endpoint that allows us to dispatch custom webhook events from repositories to trigger workflows. See more here: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-a-repository-dispatch-event
test
Dear Maintainers, Hi everyone, I am new to this repository, I want to contribute to this repo, I need some Issue based on coding. Regards, @mdxabu