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

AniAPI-Team/AniAPI.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.