Skip to content

joshlit/LoLAPIWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoLAPIWrapper

C# wrapper for the League of Legends API, more information about the LoL api at http://developer.riotgames.com/

Example usage:

LoLAPI api = new LoLAPI("api key");
Summoner summoner = await api.SummonerManager.FromName("summonerName", eRegion.euw);

List<GameDTO> games = await api.GameManager.GetSummonersRecentGames(summoner);

About

C# wrapper for the League of Legends API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages