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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EcSolvo.RestHelper" Version="1.0.1.167" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EcSolvo.RestHelper --version 1.0.1.167
#r "nuget: EcSolvo.RestHelper, 1.0.1.167"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.167 1,143 8/22/2017
1.0.1.163 886 8/20/2017
1.0.1.146 903 3/18/2017
1.0.1.141 964 2/4/2017
1.0.1.140 906 2/3/2017
1.0.1.119 949 1/26/2017
1.0.1.3 966 1/14/2017
1.0.1 938 1/7/2017
1.0.0.1 935 1/3/2017
1.0.0 947 1/3/2017

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