Create a request and reponse models, decorate with verbs, and implement a method in a class deriving from BaseApiClient, allowing for easy invocations of requests and handling of responses.
Info
Version: | 1.0.7 |
Author(s): | Michael Vivet |
Last Update: | Tuesday, January 19, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vivet/AnyApiClient |
NuGet Url: | https://www.nuget.org/packages/AnyApiClient |
Install
Install-Package AnyApiClient
dotnet add package AnyApiClient
paket add AnyApiClient
AnyApiClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Newtonsoft.Json(>= 12.0.3)
- Newtonsoft.Json(>= 12.0.3)
Tags