Skip to content

EBro912/Holodex.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holodex.NET

NuGet

A C# wrapper for the Holodex API. Uses .NET Standard 2.0.

Features

  • Fully asynchronous
  • Uses StringBuilder to build request strings
  • Provides built-in HttpClient or you can provide your own
  • Provides all valid endpoint parameters in enums and classes, so you dont have to consult the Holodex documentation (includes 20+ VTuber organizations!)
  • Supports all current GET endpoints

Dependencies

  • Newtonsoft.Json v13.0.1 or greater

Installation

PM> Install-Package Holodex.NET

Getting Started

HolodexClient client = new HolodexClient("api key");
Channel ch = await client.GetChannel("UC1DCedRgGHBdm81E1llLhOQ");
Console.WriteLine(ch.Name); // Pekora Ch. 兎田ぺこら
Console.WriteLine(ch.EnglishName); // Usada Pekora
Console.WriteLine(ch.Subscribers); // 1480000 

Documentation

Documentation can be found using either Intellisense or the Official Documentation.

Issues and Bugs

Any issues and/or bugs should be reported via the issue tracker, or on the Holodex Discord, and reported to me, All Toasters Toast Toast #0001.

About

A C# wrapper for the Holodex API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages