RiotNet icon indicating copy to clipboard operation
RiotNet copied to clipboard

A .NET/C# client for the Riot Games API

Results 4 RiotNet issues
Sort by recently updated
recently updated
newest added

Please add StatPerk0, StatPerk1 and StatPerk2 to wrapper.

Trying on this client, ran the simple example code: ``` var client = new RiotClient(new RiotClientSettings { ApiKey = "RGAPI-" // Replace this with your API key, of course. });...

Right now our models don't work out-of-the-box in EF Core because EF Core doesn't support the `[ComplexType]` attribute. EF Core 2 supports owned types, which are meant as a replacement...

enhancement

The `DatabaseId` property could be confusing for a lot of people since it isn't returned by Riot's API at all. See if we can create a separate NuGet package containing...