| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Method and Description |
|---|---|
GHRateLimit |
GitHub.getRateLimit()
Gets the current rate limit.
|
GHRateLimit |
GitHub.lastRateLimit()
Returns the most recently observed rate limit data or
null if either there is no rate limit
(for example GitHub Enterprise) or if no requests have been made. |
GHRateLimit |
GitHub.rateLimit()
Gets the current rate limit while trying not to actually make any remote requests unless absolutely necessary.
|
Copyright © 2017. All rights reserved.