Seraphine.ChampionMasteryV4 (Seraphine v0.1.4)
Module for CHAMPION-MASTERY-V4 API.
Link to this section Summary
Functions
Get the mastery champion entries using their encrypted summoner_id
on region
.
Get the mastery champion entry for champion_id
using their encrypted summoner_id
on region
.
Get the top count
amount of mastery champions using their encrypted summoner_id
on region
.
count
defaults to 3.
Get the total champion mastery score using their encrypted summoner_id
on region
.
Link to this section Functions
mastery_champion_entries_by_summoner_id(region, summoner_id)
Get the mastery champion entries using their encrypted summoner_id
on region
.
mastery_for_champion_by_summoner_id(region, summoner_id, champion_id)
Get the mastery champion entry for champion_id
using their encrypted summoner_id
on region
.
top_masteries_by_summoner_id(region, summoner_id, count \\ 3)
Get the top count
amount of mastery champions using their encrypted summoner_id
on region
.
count
defaults to 3.
total_mastery_score_for_summoner(region, summoner_id)
Get the total champion mastery score using their encrypted summoner_id
on region
.