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

A Java client to Github API

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

### Description This PR introduces Spring Boot AutoConfiguration to the library. It automatically registers the `GithubApiModule` bean when the library is used in a Spring Boot application that has Jackson...

### Description This PR fixes a build failure caused by a duplicate declaration of the `commons-io` dependency in `pom.xml`. ### The Problem The project was failing to build with a...

I'll explain line by line what changed from the original version to make the code more robust for handling various PEM key formats. Let me break down the key differences:...