hub4j / github-api

Java API for GitHub
https://github-api.kohsuke.org/
MIT License
1.12k stars 715 forks source link

Make low-level Requester and GitHubClient APIs public #513

Open Vampire opened 5 years ago

Vampire commented 5 years ago

For being able to use missing API functionality it would be nice if the Requester would be accessible, so that the low-level requests can be done manually or e. g. with Kotlin extension functions, but still having the lib do rate limiting and so on.

bitwiseman commented 4 years ago

@Vampire Seems easy enough (public in a few places). I'm a little concerned though, as then then we'd be committed to the API of the Requester and supporting it.