Putting this out there without much knowledge about GitHub Enterprise APIs.
Our organization uses GitHub Enterprise hosted internally. We would love to integrate Gerrit, which uses this package, with it, but the GitHub API in here is currently a static final string: https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L558
Would be very nice if there was a way to use this with the apis for an internal Enterprise instance of github.
Putting this out there without much knowledge about GitHub Enterprise APIs.
Our organization uses GitHub Enterprise hosted internally. We would love to integrate Gerrit, which uses this package, with it, but the GitHub API in here is currently a static final string: https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L558
Would be very nice if there was a way to use this with the apis for an internal Enterprise instance of github.