using RiotGamesApi
Alternative usage for RiotGames Portable
IServiceCollection services; //not work, this is only example how you initialize
services.AddLeagueOfLegendsApi("",[cacheOption],[limits]);//from IServiceCollection
IServiceProvider sprovider; //not work, this is only example how you initialize
sprovider.UseRiotGamesApi();//from IServiceProvider
Updated almost 7 years ago