KnutZuidema / golio

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

separate riot api endpoints by category #30

Closed KnutZuidema closed 4 years ago

KnutZuidema commented 4 years ago

The riot api client is very large To alleviate this and increase maintainability the different endpoint methods should be separated by category so the usage can look like this:

client.Riot.Summoner.GetByID("id")