RiotGamesApi.AspNetCore
1.7.18.1614
See the version list below for details.
dotnet add package RiotGamesApi.AspNetCore --version 1.7.18.1614
NuGet\Install-Package RiotGamesApi.AspNetCore -Version 1.7.18.1614
<PackageReference Include="RiotGamesApi.AspNetCore" Version="1.7.18.1614" />
paket add RiotGamesApi.AspNetCore --version 1.7.18.1614
#r "nuget: RiotGamesApi.AspNetCore, 1.7.18.1614"
// Install RiotGamesApi.AspNetCore as a Cake Addin #addin nuget:?package=RiotGamesApi.AspNetCore&version=1.7.18.1614 // Install RiotGamesApi.AspNetCore as a Cake Tool #tool nuget:?package=RiotGamesApi.AspNetCore&version=1.7.18.1614
C# AspNetCore LeagueOfLegends RiotGames v3 API.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.1 is compatible. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 1.1
- Microsoft.AspNetCore.Http.Abstractions (>= 1.1.2)
- Microsoft.Extensions.Caching.Memory (>= 1.1.2)
- Microsoft.Extensions.DependencyInjection (>= 1.1.1)
- Microsoft.NETCore.App (>= 1.1.2)
- Newtonsoft.Json (>= 9.0.1)
- RiotGamesApi.AspNetCore.RiotApi (>= 1.7.18.120)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.2.1.9999 | 2,570 | 2/1/2018 | |
1.10.4.10 | 2,662 | 10/3/2017 | |
1.9.29.2204 | 2,686 | 9/29/2017 | |
1.9.1.1804 | 2,727 | 9/1/2017 | |
1.8.12.1606 | 2,859 | 8/12/2017 | |
1.8.11.2309 | 2,618 | 8/11/2017 | |
1.8.10.306 | 2,768 | 8/10/2017 | |
1.8.6.2220 | 3,184 | 8/6/2017 | |
1.7.27.339 | 2,797 | 7/27/2017 | |
1.7.25.2125 | 2,820 | 7/25/2017 | |
1.7.23.2304 | 2,797 | 7/23/2017 | |
1.7.18.1614 | 3,418 | 7/18/2017 | |
1.7.16.1134 | 2,684 | 7/16/2017 |
TOURNAMENT-API added
TOURNAMENT-API NOT TESTED
added new enum PhysicalRegion (for tournament api)
added new method Build(PhysicalRegion p) (for tournament api)
added new method Put() (for tournament api)
added new method Post() (for tournament api)
changed method name AddRiotGamesApi to AddLeagueOfLegendsApi
changed interface name IGet to IRequestMethod
changed class name RiotGamesApiUrl to LolApiUrl
changed class name RiotGamesApiRequest to LoLApiRequest
changed class name RiotGamesApiOptions to LoLApiOptions
changed enum name UrlType to LolUrlType
changed enum name ApiMethodName to LolApiMethodName
changed enum name ApiName to LolApiName
changed enum name ApiParam to LolApiPath
changed enum name Region to ServiceRegion
changed enum name Platform to ServicePlatform
minimum version of RiotGamesApi.AspNetCore.RiotApi is '1.7.18.120'
added GetAsync (for api request)
added PostAsync (not tested)
added PutAsync (not tested)
[Api class sets to IServiceProvider]
Api Cache (FOR STATIC API)
Async/Sync Api
USAGE EXAMPLES https://github.com/msx752/RiotGamesApi.AspNetCore/tree/master/RiotCaller.Tests