BlossomiShymae.GrrrLCU 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BlossomiShymae.GrrrLCU --version 0.1.0                
NuGet\Install-Package BlossomiShymae.GrrrLCU -Version 0.1.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.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlossomiShymae.GrrrLCU --version 0.1.0                
#r "nuget: BlossomiShymae.GrrrLCU, 0.1.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.1.0

// Install BlossomiShymae.GrrrLCU as a Cake Tool
#tool nuget:?package=BlossomiShymae.GrrrLCU&version=0.1.0                

GrrrLCU

NuGet Stable NuGet Downloads

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>

Making a request to the LCU

Making a request with GrrrLCU is simple:

// Create your request message. :3
var request = new HttpRequestMessage(HttpMethod.Get, "/lol-summoner/v1/current-summoner");

// Send a request! :o
var response = await Connector.SendAsync(request);

// Get your data. Provide your types. :>
var me = await response.Content.ReadFromJsonAsync<Summoner>();

As always, don't forget to use exception handling!

Product 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 29 8/29/2024
0.13.1 76 8/24/2024
0.13.0 67 8/23/2024
0.12.0 73 8/22/2024
0.11.1 72 8/20/2024
0.11.0 74 8/20/2024
0.10.0 74 8/16/2024
0.9.0 76 8/10/2024
0.8.0 70 8/8/2024
0.7.0 57 8/7/2024
0.6.0 61 8/7/2024
0.5.0 31 8/4/2024
0.4.0 29 8/2/2024
0.3.0 41 8/1/2024
0.2.0 31 7/31/2024
0.1.1 54 7/27/2024
0.1.0 54 7/27/2024