Skip to content

willholmeswastaken/Valorant.NET

Repository files navigation

Unofficial Valorant Dotnet SDK

This is a package built to allow .NET developers to interact with the valorant api.
Downloads Badge Maintenance Maintaner GitHub license

Getting Started

Install-Package ValorantDotNet -Version 1.0.0

How to use the library

In Startup.cs add this

serviceCollection.AddValorantDotNet();

This will configure your DI container (assuming you are using the out the box .net di).

Each endpoint has its own client:

IAccountClient
IRankedClient
IContentClient

All of which expose the relevant api endpoint methods to retrieve your response.

Todo:

  • Account/GetByPuuid
  • Account/GetByRiotId
  • Account/GetActiveShardByPuuid
  • Content/GetContents
  • Ranked/GetLeaderboardByAct
  • Expose a method to get leaderboardbycurrentact

NOTE: As of present I cannot access these apis, so I will postpone this implementation until I do.

  • Matches/GetByPuuid
  • Matches/GetById
  • Matches/ByQueue

Disclaimer

This package is not supported or endorsed by Riot Games. Any use of this package is at your own risk. I take no responsibility over the use of this package. By downloading through Nuget, you agree to these conditions.

About

A .NET NuGet package for accessing the Valorant API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages