Package com.jcabi.github
Interface Limits
-
- All Known Implementing Classes:
Limits.Throttled
@Immutable public interface Limits
Github Rate Limit API.- Since:
- 0.6
- Version:
- $Id: 81a454fe1d97252c46a899207538bac5c0faee86 $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
- See Also:
- Rate Limit API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Limits.Throttled
Throttled Limits.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Limit
get(String resource)
Get limit for the given resource.Github
github()
Github we're in.
-
-
-
Field Detail
-
CORE
static final String CORE
Resource name.- See Also:
- Constant Field Values
-
SEARCH
static final String SEARCH
Resource name.- See Also:
- Constant Field Values
-
-