We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Before start using AniAPI.NET library, you need to add it to your project.
PM> Install-Package AniAPI.NET
> dotnet add package AniAPI.NET
AniAPI is a singleton class, you just need to call the Instance getter.
AniAPI
Instance
IAniAPI myInstance = AniAPI.Instance;