Fully featured REST client for .Net using RestSharp
Support synchronous communication between services handled by use of HTTP requests and responses responses. The base client by making use of RestSharp. The base client itself handles:
- authentication
- logging of operations
- correlation
- serialization
- caching
- error handling
Some inspiration taken from this article.