github-java-client icon indicating copy to clipboard operation
github-java-client copied to clipboard

A Java client to Github API

Results 29 github-java-client issues
Sort by recently updated
recently updated
newest added

``` java.util.concurrent.ExecutionException: java.lang.RuntimeException: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (2244518288) out of range of int (-2147483648 - 2147483647) at [Source: (String)"{"total_count":4,"incomplete_results":false,[truncated 3276 chars]; line: 1, column: 631] (through reference chain: com.spotify.github.v3.search.ImmutableSearchIssues$Json["items"]->java.util.ArrayList[0]->com.spotify.github.v3.search.ImmutableSearchIssue$Json["id"]) at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)...

Represent it as Long instead of Integer. For schema (where id is specified as 'int64') see: https://docs.github.com/en/rest/search/search?apiVersion=2022-11-28#search-issues-and-pull-requests

# Issue Trying to access `dispatcher` property of the shaded `OkHttpClient` from `Kotlin` results in ``` java.lang.NoSuchMethodError: 'com.spotify.githubclient.shade.okhttp3.Dispatcher com.spotify.githubclient.shade.okhttp3.OkHttpClient.getDispatcher() ``` See reproducing test [here](https://github.com/vootelerotov/kotlin-issue-with-shaded-ok-htttp-client/blob/36af510bbf61d822bbe26bb0f8ae86497f45bad4/src/test/kotlin/io/github/vootelerotov/KotlinIssueWithShadedOkHttpClientTest.kt). Note that this also affects other...

wontfix
kotlin

Hi, I'm happy to implement support for GitHub actions if that's something you'd consider accepting. Thanks!

help wanted

**Context:** The PEMs downloaded from GitHub App Registration Portal have an empty new line after "-----END RSA PRIVATE KEY-----" **Issue** This then causes the PEM to fail the matcher check...

bug
good first issue

Hi .. i am trying to download file which is greater than 1mb (approx 1.5 mb) but i am getting empty response and content size is there. any suggestion ?

Re: [IssueClient](https://github.com/spotify/github-java-client/blob/6874da0c6954a36e9c2197adf97018b5341b8677/src/main/java/com/spotify/github/v3/clients/IssueClient.java) Has nothing to do with issues; Its more of a "comments client". Currently there does not look like there is an implementation of a client to "fetch an...

``` 2021-07-29 19:44:31.615 INFO [my-bot,1efb3e9c675e3506,1efb3e9c675e3506] 1 --- [nio-8080-exec-7] c.s.github.v3.clients.GitHubClient : Github token for installation 1234 is either expired or null. Trying to get a new one. -- 2021-07-29 19:44:31.615 INFO...