This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
riot-api-java-v3.9.0
Champion Mastery API
This library now supports the recently announced Champion Mastery API.
New Methods
The following new methods (and their overloaded equivalents) have been added:
getChampionMastery(PlatformId platformId, long summonerId, long championId)
getChampionMasteries(PlatformId platformId, long summonerId)
getChampionMasteryScore(PlatformId platformId, long summonerId)
getTopChampionMasteries(PlatformId platformId, long summonerId, int count)
Documentation
The javadoc has recently been overhauled. You can check it out here.