KnutZuidema / golio

League of Legends, Legends of Runeterra and Valorant API client library for Go
MIT License
73 stars 29 forks source link

fix(api): LeagueItem to include tier attribute #34

Closed Ayuei closed 4 years ago

Ayuei commented 4 years ago

Missing an attribute as part of the default Riot API. Useful for lookup a player's tier and rank (e.g. Gold III) via Riot.League.ListBySummoner.

KnutZuidema commented 4 years ago

Thanks!