Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Limit.Smart
Smart limits with extra features.
|
static class |
Limit.Throttled
Throttled Limit.
|
Modifier and Type | Method and Description |
---|---|
Limit |
Limits.get(String resource)
Get limit for the given resource.
|
Limit |
Limits.Throttled.get(String resource) |
Constructor and Description |
---|
Limit.Smart(Limit limit)
Public ctor.
|
Limit.Throttled(Limit limit,
int allowed)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.