Package com.jcabi.github
Interface Limit
-
- All Superinterfaces:
JsonReadable
- All Known Implementing Classes:
Limit.Smart
,Limit.Throttled
@Immutable public interface Limit extends JsonReadable
Github Rate Limit API, one resource limit.- Since:
- 0.6
- Version:
- $Id: 3ade8634a63e7d9366d3ad6a79de5e81ed24ff6b $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
- See Also:
- Rate Limit API
- Suppressed Checkstyle violations:
- MultipleStringLiterals (500 lines)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Limit.Smart
Smart limits with extra features.static class
Limit.Throttled
Throttled Limit.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Github
github()
Github we're in.-
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
-
-
-
Method Detail
-
github
Github github()
Github we're in.- Returns:
- Github
-
-