WebApiRestService.WebApiClient
1.0.0
See the version list below for details.
dotnet add package WebApiRestService.WebApiClient --version 1.0.0
NuGet\Install-Package WebApiRestService.WebApiClient -Version 1.0.0
<PackageReference Include="WebApiRestService.WebApiClient" Version="1.0.0" />
paket add WebApiRestService.WebApiClient --version 1.0.0
#r "nuget: WebApiRestService.WebApiClient, 1.0.0"
// Install WebApiRestService.WebApiClient as a Cake Addin #addin nuget:?package=WebApiRestService.WebApiClient&version=1.0.0 // Install WebApiRestService.WebApiClient as a Cake Tool #tool nuget:?package=WebApiRestService.WebApiClient&version=1.0.0
WebApiClient is a simple and powerful .NET Portable Library built to work as a middle layer between your application and a RESTFul service, like the Microsoft WebApi.
It provides methods to make asynchronous, typed WebApi requests using the HttpClient class.
It takes care of all the logic to create the request, wait for the response, handle exceptions and convert the response into an object, leaving you free of writing repetitive code.
Supported Platforms:
- .NET Framework 4.5
- Windows 8 Apps
- Windows Phone Silverlight 8
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.AspNet.WebApi.Client (>= 5.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.