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