EF.RiotApi
2.0.0
dotnet add package EF.RiotApi --version 2.0.0
NuGet\Install-Package EF.RiotApi -Version 2.0.0
<PackageReference Include="EF.RiotApi" Version="2.0.0" />
paket add EF.RiotApi --version 2.0.0
#r "nuget: EF.RiotApi, 2.0.0"
// Install EF.RiotApi as a Cake Addin #addin nuget:?package=EF.RiotApi&version=2.0.0 // Install EF.RiotApi as a Cake Tool #tool nuget:?package=EF.RiotApi&version=2.0.0
A library for easy access to Riots League of Legends Developer Api. If you don't have your free developer key yet head over to https://developer.riotgames.com/ to sign up for one!
You will need to add an App.config or Web.config with the following app settings:
<add key="ApiKey" value="[Your Key Here]"/>
<add key="ApiUrl" value="https://prod.api.pvp.net/api/lol" />
<add key ="ApiRegion" value="na" />
<add key ="ApiVerision" value="v1.1" />
<add key ="CachingEnabled" value="true" />
You can change over those values if you want to point to a different server. You can specify these values in your calls, but these are the defaults.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- Newtonsoft.Json (>= 5.0.8)
-
.NETFramework 3.0
- Newtonsoft.Json (>= 5.0.8)
-
.NETFramework 3.5
- Newtonsoft.Json (>= 5.0.8)
- TaskParallelLibrary (>= 1.0.2856)
-
.NETFramework 4.0
- Newtonsoft.Json (>= 5.0.8)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 5.0.8)
-
.NETFramework 4.5.1
- Newtonsoft.Json (>= 5.0.8)
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.0.0 | 2,565 | 12/16/2013 |
Refactored client and api calls. Should feel a lot more natural now. Including xml generated documentation for all versions. Also included is adding the appKeys to your config upon install.