
Riot client allows you to get a one-stop shop for all your favorite Riot Games titles.
Best Parental Control for iPhone & iPad. IPVanish VPN vs Private Internet Access. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc. NET Client (unofficial) isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Var masteries = await client.GetMasteriesAsync(summoner) Ĭonsole.WriteLine($"Champion #") Var summoner = await client.GetSummonerByNameAsync("Some summoner name") Using LeagueOfLegendsClient client = new("RGAPI-SUPERSECRET", Server.NA) You can also use a PackageReference to stay up-to-date with the latest stable build: Įxamples Getting League of Legends masteries using RiotGames.LeagueOfLegends NET CLI reference the latest stable and stay up-to-date: dotnet add package -version * To install the latest version of the package, type the following in the package manager console: Install-Package You can find the latest releases on GitHub Packages and on. You can see the library running in your browser using Blazor at masteries.quest, which has a Cloudflare Workers proxy between the browser and Riot Games API. ❌ Game API - for that, use other libraries for now (e.g. for RGAPI, Camille, and or LCU, PoniLCU). ❌ POST, PUT, DELETE and queries - for that, use other libraries for now (e.g. ✅ Deterministic build - byte-for-byte output is identical across compilations. ✅ Embedded symbols and Source link - see the source code while debugging.
✅ Optimized - you call the HttpClient almost directly.
✅ Performance tested - the extra classes have no measurable impact. ✅ All tests required to be successful before deploy. ✅ Continuously tested against the live API. ✅ Auto-generated overloads for CLR objects. ✅ Vanilla C# - Code generation done with Roslyn. ✅ Purpose-built Open API client generator NET Client for Riot Games and their games League of Legends, Legends of Runeterra, Teamfight Tactics and Valorant.