Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

riot-api-java-v3.9.0

Compare
Choose a tag to compare
@taycaldwell taycaldwell released this 20 Jan 05:04
· 263 commits to master since this release

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.