EcSolvo.RestHelper
1.0.1.167
dotnet add package EcSolvo.RestHelper --version 1.0.1.167
NuGet\Install-Package EcSolvo.RestHelper -Version 1.0.1.167
<PackageReference Include="EcSolvo.RestHelper" Version="1.0.1.167" />
paket add EcSolvo.RestHelper --version 1.0.1.167
#r "nuget: EcSolvo.RestHelper, 1.0.1.167"
// Install EcSolvo.RestHelper as a Cake Addin #addin nuget:?package=EcSolvo.RestHelper&version=1.0.1.167 // Install EcSolvo.RestHelper as a Cake Tool #tool nuget:?package=EcSolvo.RestHelper&version=1.0.1.167
RestHelper is a sleek and simple Wrapper library for providing simple access to Rest API, by hiding away the complexities of HTTPClient Class.It is particularly designed to work along with Xamarin PCL Projects
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.0.1.167
• Fixed Issue found when not passing HttpClient
1.0.1.163
• Fixed Induced external dependency on HttpClient
1.0.1.146
• Added Methods : GetQueryString, GetHTTPRequestContent
Bugs Fixed
• Fixed Exception when ClearParameters are invoked.
1.0.1.141
• Added Support for PUT Verb
• Added ability to set TimeOutDuration
• Added ability to inject HttpClient
1.0.1.119
Bugs Fixed
• Fixed App Crash in Xamarin.Form when linking is enabled.
1.0.1.3
• Added Support for Windows Phone and Windows Phone SilverLight
• Added Clear Parameter Methods
1.0.1
• Added Support for Complex Data types and IEnumerable Data Types as Parameters