| Package | Description |
|---|---|
| org.kohsuke.github |
| Modifier and Type | Class and Description |
|---|---|
static class |
GHRateLimit.UnknownLimitRecord
A limit record used as a placeholder when the the actual limit is not known.
|
| Modifier and Type | Method and Description |
|---|---|
GHRateLimit.Record |
GHRateLimit.getCore()
The core object provides your rate limit status for all non-search-related resources in the REST API.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RateLimitChecker.checkRateLimit(GHRateLimit.Record rateLimitRecord,
long count)
Decides whether the current request exceeds the allowed "rate limit" budget.
|
protected boolean |
RateLimitChecker.LiteralValue.checkRateLimit(GHRateLimit.Record record,
long count) |
protected boolean |
RateLimitChecker.sleepUntilReset(GHRateLimit.Record record) |
Copyright © 2020. All rights reserved.