EF.RiotApi
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.
Install-Package EF.RiotApi -Version 2.0.0
dotnet add 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
Release Notes
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.
Dependencies
-
.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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 1,856 | 12/16/2013 |