A simple wrapper around RestSharp and Json.NET, designed to ease the writing of requests to REST APIs while taking care of errors management and tracing.
Info
Version: | 1.13.2 |
Author(s): | Julien Patte - Salience |
Last Update: | Friday, September 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Salience/FluentApi/ |
NuGet Url: | https://www.nuget.org/packages/Salience.FluentApi |
Install
Install-Package Salience.FluentApi
dotnet add package Salience.FluentApi
paket add Salience.FluentApi
Salience.FluentApi Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- RestSharp(>= 106.11.5)
Tags