TypeSafe.Http.Net is a type safe REST/HTTP/Web framework that automagically allows you to make service calls to servers through simple annotated interfaces. This library is an implementation of the IRestServiceProxy which can be registered using RegisterRestSharpClient(...) on the builder. This will allow TypeSafe.Http.Net to utilize a RestSharp HTTP client for its service.
$ dotnet add package TypeSafe.Http.Net.RestSharpNo README available.