Info
Version: | 2.0.0 |
Author(s): | Elliot Franford |
Last Update: | Monday, December 16, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/efranford/EF.RiotApi |
NuGet Url: | https://www.nuget.org/packages/EF.RiotApi |
Install
Install-Package EF.RiotApi
dotnet add package EF.RiotApi
paket add EF.RiotApi
EF.RiotApi Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- Newtonsoft.Json(5.0.8)
- TaskParallelLibrary(1.0.2856.0)
- Newtonsoft.Json(5.0.8)
- Newtonsoft.Json(5.0.8)
- Newtonsoft.Json(5.0.8)
- Newtonsoft.Json(5.0.8)
- Newtonsoft.Json(5.0.8)
Tags
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.