Remake.PortableLeagueAPI
1.3.0
See the version list below for details.
dotnet add package Remake.PortableLeagueAPI --version 1.3.0
NuGet\Install-Package Remake.PortableLeagueAPI -Version 1.3.0
<PackageReference Include="Remake.PortableLeagueAPI" Version="1.3.0" />
paket add Remake.PortableLeagueAPI --version 1.3.0
#r "nuget: Remake.PortableLeagueAPI, 1.3.0"
// Install Remake.PortableLeagueAPI as a Cake Addin #addin nuget:?package=Remake.PortableLeagueAPI&version=1.3.0 // Install Remake.PortableLeagueAPI as a Cake Tool #tool nuget:?package=Remake.PortableLeagueAPI&version=1.3.0
Open source Portable C# Library for League of legends API provided by Riot Games
Do not hesitate to reach me on twitter (@kRapaille) if you have any issue.
“This product is not endorsed, certified or otherwise approved in any way by Riot Games, Inc. or any of its affiliates.”
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0)
- Remake.PortableLeagueAPI.Champion (>= 1.1.0)
- Remake.PortableLeagueAPI.Core (>= 1.3.3)
- Remake.PortableLeagueAPI.Game (>= 1.3.0)
- Remake.PortableLeagueAPI.League (>= 2.3.0)
- Remake.PortableLeagueAPI.Static (>= 1.0.0)
- Remake.PortableLeagueAPI.Stats (>= 1.2.0)
- Remake.PortableLeagueAPI.Summoner (>= 1.3.0)
- Remake.PortableLeagueAPI.Team (>= 2.2.0)
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.1.1 | 2,960 | 6/13/2014 |
2.1.0 | 1,978 | 6/11/2014 |
2.0.11 | 2,039 | 5/15/2014 |
2.0.9 | 2,148 | 4/18/2014 |
2.0.8 | 2,180 | 4/18/2014 |
2.0.7 | 2,093 | 4/2/2014 |
2.0.6 | 2,105 | 3/21/2014 |
2.0.4 | 1,968 | 3/11/2014 |
2.0.3 | 1,980 | 3/4/2014 |
2.0.2 | 2,032 | 2/26/2014 |
1.3.4 | 2,049 | 2/5/2014 |
1.3.3 | 2,008 | 2/5/2014 |
1.3.0 | 2,097 | 2/5/2014 |
1.2.2 | 2,233 | 2/4/2014 |
1.2.1 | 2,030 | 2/3/2014 |
1.2.0 | 2,035 | 1/20/2014 |
1.1.5 | 1,962 | 1/18/2014 |
1.1.4 | 2,084 | 1/17/2014 |
1.1.2 | 2,056 | 1/7/2014 |
1.1.1 | 2,172 | 1/5/2014 |
1.3.0 :
- APIs split up
1.2.2 :
- League API 2.3
- JSON.NET Update
- Model renamed to match Riot's documentation
1.2.1 : New static API provided by Riot
1.2 :
- Rate limit management in option
- Versioning removed as Riot doesn't really support it
- Added missing members in static API models
1.1.5 : Model big update + properties decription
1.1.3 : Game and Summoner API v1.3 and static API added in beta (ddragon)
1.1.2 : Removed AutoFac dependency