| Package | Description |
|---|---|
| net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
| net.rithms.riot.api.request |
This package contains the classes and interfaces that are used to send requests to the Riot Api and parse the responses.
|
| net.rithms.riot.api.request.ratelimit |
This package contains the classes that are used by requests internally to automatically handle rate limit
|
| Class and Description |
|---|
| AsyncRequest
This class is used to fire asynchronous call at the Riot Api.
|
| RequestListener
The listener interface for receiving events from asynchronous requests.
|
| RequestMethod
An enumeration to indicate the HTTP method that the request should use
|
| RiotApiError |
| Class and Description |
|---|
| AsyncRequest
This class is used to fire asynchronous call at the Riot Api.
|
| Request
This class is used to fire synchronous call at the Riot Api.
|
| RequestListener
The listener interface for receiving events from asynchronous requests.
|
| RequestMethod
An enumeration to indicate the HTTP method that the request should use
|
| RequestResponse
Represents the raw response of the RiotApi
|
| RiotApiErrorStatus |
| Class and Description |
|---|
| Request
This class is used to fire synchronous call at the Riot Api.
|