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

Commit

Permalink
Merge branch 'main' of https://github.com/AniAPI-Team/AniAPI.NET into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
DazornSama committed Jul 23, 2021
2 parents aeb008a + 2d99ec8 commit 7d52e46
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,45 @@
# AniAPI-NET
[![Build badge](https://img.shields.io/badge/build-passing-green)](#)
[![Nuget badge](https://img.shields.io/badge/nuget-v1.0.1-blue)](https://www.nuget.org/packages/AniAPI.NET/1.0.1)

# AniAPI.NET

**AniAPI.NET** is a *.NET* wrapper for [AniAPI](https://github.com/AniAPI-Team/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](https://github.com/AniAPI-Team/AniAPI.NET/wiki).

0 comments on commit 7d52e46

Please sign in to comment.