Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valorantappdevelopers/valorant-net
.NET library for Valorant API based on custom service host provided by @Henrik-3
https://github.com/valorantappdevelopers/valorant-net
api dot-net dot-net-core dot-net-framework dot-net-standard valorant
Last synced: 2 months ago
JSON representation
.NET library for Valorant API based on custom service host provided by @Henrik-3
- Host: GitHub
- URL: https://github.com/valorantappdevelopers/valorant-net
- Owner: ValorantAppDevelopers
- Created: 2021-02-02T10:05:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T14:30:32.000Z (5 months ago)
- Last Synced: 2024-10-12T15:03:13.283Z (2 months ago)
- Topics: api, dot-net, dot-net-core, dot-net-framework, dot-net-standard, valorant
- Language: C#
- Homepage: https://docs.henrikdev.xyz/
- Size: 55.7 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valorant .NET - 1.6.2
[![valorant.net on fuget.org](https://img.shields.io/badge/FuGet-1.6.2-green?logo=FuGet)](https://www.fuget.org/packages/valorant.net/1.6.2)
[![valorant.net on nuget.org](https://img.shields.io/badge/NuGet-1.6.2-blue?logo=NuGet)](https://www.nuget.org/packages/Valorant.NET)The available methods follow this [project](https://github.com/Henrik-3/unofficial-valorant-api)
# Donation
This project is possible thanks to [@Henrik-3](https://github.com/Henrik-3/) that host the API service. So, I ask you to support him.
More info at this [link](https://github.com/Henrik-3/unofficial-valorant-api#other-stuff)# Requirements
This library use .NET Standard 2.0|Architecture|Version|
|-|-|
| .NET Core | 2.0 |
| .NET Framework | 4.6.1 |[Check](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) the official Microsoft documentation for more info
# Nuget Installation
```Install-Package Valorant.NET -Version 1.6.2```Or searching on Nuget ```Valorant.NET```
# Contributors
[@Henrik-3](https://github.com/Henrik-3/unofficial-valorant-api) for service hosting and documentation