Holodex.NET
1.0.0
A C# wrapper for the Holodex API. Uses .NET Standard 2.0.
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.