Interface | Description |
---|---|
RateLimiter |
Class | Description |
---|---|
MultiRateLimiter | |
SimpleRESTClient |
Easy REST and Web requests not involving a lot of header manipulation.
|
SingleRateLimiter |
Used to limit the rate of calls to some function or API.
|
Enum | Description |
---|---|
RateLimiter.Type |
Exception | Description |
---|---|
NotFoundException |
An exception thrown by SimpleRESTClient when an HTTP 404 occurs.
|