RiotApi class to request data from the Riot Api.See: Description
| Class | Description |
|---|---|
| ApiConfig |
Configuration class to use with the
RiotApi. |
| ApiMethod | |
| Dto |
This class is the super class of all Dtos returned by the Riot Api and provides some basic methods.
|
| HttpHeadParameter | |
| LogHandler | |
| RiotApi |
This is the main class for using this riot api wrapper.
|
| RiotApiAsync |
This class is used to fire asynchronous requests.
|
| UrlParameter |
| Exception | Description |
|---|---|
| RiotApiException |
Thrown when the Riot Api returns an error code, or if the Riot Api's response can not be parsed successfully.
|