ReqRest NuGet Package

ReqRest allows you to easily project a RESTful HTTP API to a C#/VB library that feels and behaves like a normal C# API.

If you use ReqRest to wrap your REST API, you will end up with a library that is fully typed, has IntelliSense and compiler support and is thus incredibly easy to use.

In addition, ReqRest makes this process as simple as possible. You will be able to leverage a fluent method style for defining how the REST API behaves for different scenarios, i.e. what input it expects and what it returns.

Under the hood, ReqRest follows one very simple core philosophy - to be nothing more but an enhancement of the .NET Framework. ReqRest tries to utilize .NET's types whenever possible.

As a result, most members in the library are nothing more but a convenient, specialized way to create HTTP requests using .NET's HttpClient API. This means that libraries built with ReqRest are incredibly adaptable. Whatever you can do with an HttpClient, you can do with ReqRest. Your imagination is your limit!

Learn more about ReqRest at https://github.com/ReqRest/ReqRest and https://reqrest.github.io.




Got any ReqRest Question?





Info

Version: 0.6.0-alpha2
Author(s): Manuel Römer
Last Update: Friday, October 25, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/ReqRest/ReqRest
NuGet Url: https://www.nuget.org/packages/ReqRest


Install
Install-Package ReqRest
dotnet add package ReqRest
paket add ReqRest
ReqRest Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 netstandard2.1 3 packages depend on this package.




STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

1668