/RestWell

RestWell is a simple, easy to use, light weight .NET generic client which provides simple abstraction of the communication layer between your code and RESTful Web APIs.

Primary LanguageC#MIT LicenseMIT

Overview

logo

Build Code Coverage Latest NuGet Package NuGet Downloads License
Build Status codecov NuGet NuGet downloads license

RestWell is a simple, easy to use, light weight .NET generic client which provides simple abstraction of the communication layer between your code and RESTful Web APIs. It is written in .NET Core 2.0 and was inspired by the RestSharp project; however, it is different in that it focuses solely on .NET clients and provides simple mechanisms for controlling your request pipeline. RestWell is distributed as a NuGet Package hosted in the Nuget Gallery here.

Main Features

  • Small
  • Lightweight
  • Rediculously easy to use
  • Mockable (easy to test)
  • Injectable (we all love dependendency injection)
  • Configurable

Useful Links