Uses of Class
org.kohsuke.github.GHRateLimit
-
Packages that use GHRateLimit Package Description org.kohsuke.github -
-
Uses of GHRateLimit in org.kohsuke.github
Methods in org.kohsuke.github that return GHRateLimit Modifier and Type Method Description GHRateLimitGitHub. getRateLimit()Gets the current rate limit.GHRateLimitGitHub. lastRateLimit()Returns the most recently observed rate limit data ornullif either there is no rate limit (for example GitHub Enterprise) or if no requests have been made.GHRateLimitGitHub. rateLimit()Gets the current rate limit while trying not to actually make any remote requests unless absolutely necessary.
-