Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.3 KB

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.