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

Hi, it seems like it's impossible to mock `GHObject` via Mockito, I observe this behavior: ``` try { var a = Mockito.mock(GHObject.class); when(a.getId()).thenReturn(123L); } catch (Throwable e) { e.printStackTrace(); }...

bug

Deployment environments are missing from the library. For example, I can't get, list, create, update, or delete deployment environments. [GitHub REST API documentation for deployment environments](https://docs.github.com/en/rest/deployments/environments?apiVersion=2022-11-28) Note: Deployment environments may...

enhancement
good first issue

**Describe the bug** Trying to call `Reactable.createAction(...)` on a `GHPullRequest` throws a `Not Found` error. **To Reproduce** Steps to reproduce the behavior: 1. Create a valid `GHPullRequest` instance 2. Call...

bug

I'd like to know if is planned to have the call **/admin/ldap/teams/:team_id/mapping** (which takes `ldap_dn` as body parameter) implemented. Thank you for developing this library.

enhancement

# Description Closes #1689 That's a proposition of a solution I came up with. Unfortunately I haven't been able to run the whole test suite due to the same repeating...

Hi! Just a minor issue I've observed while scanning the git log, it seems that current PR merges into the master are being done via rebase strategy. I wanted to...

task

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.5.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.5.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.5.0 2023-08-22 - 25 commit(s) by Andreas Turban, Chris Egerton,...

dependencies
java

We are behind a corporate firewall proxy, that decrypts and encrypts every traffic. Despite having the root certificate registered in Java, this library fails to connect to github. ``` Caused...

enhancement

# Description `paginator()` method in `PagedIterable` to support starting at a particular page, and next, previous, first, last and jumping to any particular page, along with a few other supporting...

work-abandoned

I believe the GitHub API provides total number of pages in the response's Link header. This could be useful, for instance, counting total number of commits in a repository. We...

new feature
good first issue