From 4492db7a140de90be3a3ca62f8ae535fc6793d94 Mon Sep 17 00:00:00 2001 From: Marco Dal Zovo Date: Fri, 23 Jul 2021 10:17:26 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 920a486..6e93846 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# AniAPI-NET \ No newline at end of file +[![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](). From 2d99ec8a05ac5b51bedb015f870911bb71be5128 Mon Sep 17 00:00:00 2001 From: Marco Dal Zovo Date: Fri, 23 Jul 2021 10:18:31 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e93846..5921949 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ PM> Install-Package AniAPI.NET ## Documentation -See [project wiki](). +See [project wiki](https://github.com/AniAPI-Team/AniAPI.NET/wiki).