Package | Description |
---|---|
net.rithms.riot.api |
This package provides the
RiotApi class to request data from the Riot Api. |
net.rithms.test |
This package provides JUnit tests to test this api's classes and functions.
|
Modifier and Type | Method and Description |
---|---|
RiotApiAsync |
RiotApi.getAsyncApi()
Provides a RiotApiAsync object to use for asynchronous api calls.
|
Modifier and Type | Method and Description |
---|---|
static RiotApiAsync |
RiotApiTest.getRiotApiAsync()
This method provides an
RiotApiAsync object with the apiKey specified in this class to other tests. |