Metadata >> NuGet >> RiotNet

RiotNet

Metadata

Authors AJ Richardson
Copyrights Copyright 2015 AJ Richardson
Description A client for the Riot Games API. This client is very flexible and configurable, has synchronous and asynchronous versions of each method, and has models that can easily be cached in a database with tools like Entity Framework.
LicenseUrl https://github.com/aj-r/RiotNet/blob/master/LICENSE
Owners AJ Richardson
ProjectUrl https://github.com/aj-r/RiotNet
ReleaseNotes Serialize the Region enum as a string instead of a number.
RequireLicenseAcceptance False
Tags riot games lol api client wrapper
Dependencies Newtonsoft.Json:6.0.1|RestSharp:105.1.0
Title RiotNet
PackageSize 338345
PackageHashAlgorithm SHA512
PackageHash NKutOP0uG5xfNLm9wldrJVwq4zx9uoqtJgQdYIO3wew5ytPXiOcEo+jWVN5Ub1u08qqxpfNq5Fypbisv1fnaNQ==
DownloadCount 000000
CreatedDate 2015-10-06T02:02:58

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install RiotNet -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install RiotNet -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package RiotNet
Installing the package (HTTP Basic authentication):
Install-Package RiotNet -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package RiotNet -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package RiotNet

OpenWrap

Installing the package:
o add-wrap RiotNet
Uninstalling the package:
o remove-wrap RiotNet

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.2
1.0.1
1.0.0