A C# wrapper for the Holodex API. Uses .NET Standard 2.0.
- 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
- Newtonsoft.Json v13.0.1 or greater
PM> Install-Package Holodex.NET
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 can be found using either Intellisense or the Official Documentation.
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.