C# Rest Client with a fluent API for all platforms.
Extend HttpClient using Pipeline features
Trusted by enterprises
Easy Unit Testing
Everything you need to know: https://restclient.dalsoft.io/
Tiny.RestClient facilitates the dialog between your API and your application. It hides all the complexity of communication, deserialisation ...
Features :
* Modern async http client for REST API.
* Support of verbs : GET, POST , PUT, DELETE, PATCH and custom http verbs
*...
More information
A simple REST client for .net framework. Serves as a very thin layer above HttpWebRequest object exposes most of its properties. Also provides an option to directly access the underlying HttpWebRequest and HttpWebResponse objects if necessary.