Skip navigation links
Packages 
Package Description
net.rithms.riot.api
This package provides the RiotApi class to request data from the Riot Api.
net.rithms.riot.api.endpoints
This package contains all the different endpoints that the Riot Api offers.
net.rithms.riot.api.endpoints.champion  
net.rithms.riot.api.endpoints.champion_mastery  
net.rithms.riot.api.endpoints.champion_mastery.dto  
net.rithms.riot.api.endpoints.champion_mastery.methods  
net.rithms.riot.api.endpoints.champion.dto  
net.rithms.riot.api.endpoints.champion.methods  
net.rithms.riot.api.endpoints.league  
net.rithms.riot.api.endpoints.league.constant  
net.rithms.riot.api.endpoints.league.dto  
net.rithms.riot.api.endpoints.league.methods  
net.rithms.riot.api.endpoints.lol_status  
net.rithms.riot.api.endpoints.lol_status.dto  
net.rithms.riot.api.endpoints.lol_status.methods  
net.rithms.riot.api.endpoints.masteries  
net.rithms.riot.api.endpoints.masteries.dto  
net.rithms.riot.api.endpoints.masteries.methods  
net.rithms.riot.api.endpoints.match  
net.rithms.riot.api.endpoints.match.dto  
net.rithms.riot.api.endpoints.match.methods  
net.rithms.riot.api.endpoints.runes  
net.rithms.riot.api.endpoints.runes.dto  
net.rithms.riot.api.endpoints.runes.methods  
net.rithms.riot.api.endpoints.spectator  
net.rithms.riot.api.endpoints.spectator.dto  
net.rithms.riot.api.endpoints.spectator.methods  
net.rithms.riot.api.endpoints.static_data  
net.rithms.riot.api.endpoints.static_data.constant  
net.rithms.riot.api.endpoints.static_data.dto  
net.rithms.riot.api.endpoints.static_data.methods  
net.rithms.riot.api.endpoints.summoner  
net.rithms.riot.api.endpoints.summoner.dto  
net.rithms.riot.api.endpoints.summoner.methods  
net.rithms.riot.api.endpoints.tournament  
net.rithms.riot.api.endpoints.tournament.constant  
net.rithms.riot.api.endpoints.tournament.dto  
net.rithms.riot.api.endpoints.tournament.methods  
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
net.rithms.riot.constant
This package provides constants that are shared by multiple endpoints.
net.rithms.test
This package provides JUnit tests to test this api's classes and functions.
net.rithms.test.async
This package provides JUnit tests to test asynchronous api calls.
net.rithms.test.sync
This package provides JUnit tests to test synchronous api calls.
net.rithms.util
This package provides utility classes.
Skip navigation links