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

Commit 7d52e46

Browse files
committed
Merge branch 'main' of https://github.com/AniAPI-Team/AniAPI.NET into main
2 parents aeb008a + 2d99ec8 commit 7d52e46

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1-
# AniAPI-NET
1+
[![Build badge](https://img.shields.io/badge/build-passing-green)](#)
2+
[![Nuget badge](https://img.shields.io/badge/nuget-v1.0.1-blue)](https://www.nuget.org/packages/AniAPI.NET/1.0.1)
3+
4+
# AniAPI.NET
5+
6+
**AniAPI.NET** is a *.NET* wrapper for [AniAPI](https://github.com/AniAPI-Team/AniAPI) REST APIs.
7+
Main scope of the wrapper is to simplify utilization of the APIs, including OAuth flow.
8+
9+
## About
10+
11+
* Developed with **.NET 5.0**
12+
* All requests are `async`
13+
* Can handle both *HTTPS* and *HTTP* requests
14+
15+
## Installation
16+
17+
### Package manager
18+
19+
```
20+
PM> Install-Package AniAPI.NET
21+
```
22+
23+
### .NET CLI
24+
25+
```
26+
> dotnet add package AniAPI.NET
27+
```
28+
29+
## Changelog
30+
31+
### 23.07.2021 - Version 1.0.1 (latest)
32+
33+
#### Features
34+
35+
* Anime
36+
* Episode
37+
* Song
38+
* Resource
39+
* User
40+
* UserStory
41+
* OAuth
42+
43+
## Documentation
44+
45+
See [project wiki](https://github.com/AniAPI-Team/AniAPI.NET/wiki).

0 commit comments

Comments
 (0)