RiotGamesApi.AspNetCore 1.7.18.1614

Suggested Alternatives

RiotGamesAPI

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RiotGamesApi.AspNetCore" Version="1.7.18.1614" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RiotGamesApi.AspNetCore --version 1.7.18.1614
#r "nuget: RiotGamesApi.AspNetCore, 1.7.18.1614"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,508 2/1/2018
1.10.4.10 2,615 10/3/2017
1.9.29.2204 2,616 9/29/2017
1.9.1.1804 2,592 9/1/2017
1.8.12.1606 2,801 8/12/2017
1.8.11.2309 2,571 8/11/2017
1.8.10.306 2,731 8/10/2017
1.8.6.2220 3,126 8/6/2017
1.7.27.339 2,754 7/27/2017
1.7.25.2125 2,745 7/25/2017
1.7.23.2304 2,735 7/23/2017
1.7.18.1614 3,374 7/18/2017
1.7.16.1134 2,607 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