public class GHRateLimit
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
limit
Allotted API call per hour.
|
int |
remaining
Remaining calls that can be made.
|
java.util.Date |
reset
The time at which the current rate limit window resets in UTC epoch seconds.
|
| Constructor and Description |
|---|
GHRateLimit() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getResetDate()
Non-epoch date
|
java.lang.String |
toString() |
Copyright © 2016. All Rights Reserved.