AniAPI.NET is a .NET wrapper for AniAPI REST APIs. Main scope of the wrapper is to simplify utilization of the APIs, including OAuth flow.
- Developed with .NET 5.0
- All requests are
async
- Can handle both HTTPS and HTTP requests
PM> Install-Package AniAPI.NET
> dotnet add package AniAPI.NET
See project wiki.