/AniAPI.NET

A .NET wrapper for AniAPI REST APIs

Primary LanguageC#MIT LicenseMIT

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

Changelog

23.07.2021 - Version 1.0.1 (latest)

Features

  • Anime
  • Episode
  • Song
  • Resource
  • User
  • UserStory
  • OAuth

Documentation

See project wiki.