.NET HTTP Client Service library. Use this library to quickly bootstrap your .NET HttpClient Service calls. It uses the System.Net.Http library. You pass in your routes and objects for the calls - Get, Post, Put, Patch, Delete. It returns an HttpResponseMessage/String Response depending on the method called which you can then utilize in your projects.
$ dotnet add package HttpClientServiceHelperNo README available.