Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 719 Bytes

Build badge Nuget badge

AniAPI.NET

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.

About

  • Developed with .NET 5.0
  • All requests are async
  • Can handle both HTTPS and HTTP requests

Installation

Package manager

PM> Install-Package AniAPI.NET

.NET CLI

> dotnet add package AniAPI.NET

Documentation

See project wiki.