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.
$ dotnet add package EF.RiotApiNo README available.