BlossomiShymae.GrrrLCU
0.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BlossomiShymae.GrrrLCU --version 0.2.0
NuGet\Install-Package BlossomiShymae.GrrrLCU -Version 0.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlossomiShymae.GrrrLCU" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlossomiShymae.GrrrLCU --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BlossomiShymae.GrrrLCU, 0.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BlossomiShymae.GrrrLCU as a Cake Addin #addin nuget:?package=BlossomiShymae.GrrrLCU&version=0.2.0 // Install BlossomiShymae.GrrrLCU as a Cake Tool #tool nuget:?package=BlossomiShymae.GrrrLCU&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GrrrLCU
GrrrLCU is a REST library for the LCU API which is unofficially provided by Riot Games.
This library is currently compatible with .NET 8 and higher.
Contributors
<a href="https://github.com/BlossomiShymae/GrrrLCU/graphs/contributors"> <img src="https://contrib.rocks/image?repo=BlossomiShymae/GrrrLCU" /> </a>
Requesting the LCU
Requesting with GrrrLCU is simple:
var response = await Connector.SendAsync(HttpMethod.Get, "/lol-summoner/v1/current-summoner");
var me = await response.Content.ReadFromJsonAsync<Summoner>();
Simpler for GET requests:
var response = await Connector.GetAsync("/lol-summoner/v1/current-summoner");
var me = await response.Content.ReadFromJsonAsync<Summoner>();
Simplest for GET requests:
var me = await Connector.GetFromJsonAsync<Summoner>("/lol-summoner/v1/current-summoner");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.14.0 | 93 | 8/29/2024 |
0.13.1 | 129 | 8/24/2024 |
0.13.0 | 115 | 8/23/2024 |
0.12.0 | 120 | 8/22/2024 |
0.11.1 | 113 | 8/20/2024 |
0.11.0 | 128 | 8/20/2024 |
0.10.0 | 121 | 8/16/2024 |
0.9.0 | 122 | 8/10/2024 |
0.8.0 | 116 | 8/8/2024 |
0.7.0 | 89 | 8/7/2024 |
0.6.0 | 92 | 8/7/2024 |
0.5.0 | 58 | 8/4/2024 |
0.4.0 | 56 | 8/2/2024 |
0.3.0 | 65 | 8/1/2024 |
0.2.0 | 54 | 7/31/2024 |
0.1.1 | 76 | 7/27/2024 |
0.1.0 | 77 | 7/27/2024 |