Restion 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Restion --version 1.2.0
NuGet\Install-Package Restion -Version 1.2.0
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="Restion" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Restion --version 1.2.0
#r "nuget: Restion, 1.2.0"
#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 Restion as a Cake Addin
#addin nuget:?package=Restion&version=1.2.0

// Install Restion as a Cake Tool
#tool nuget:?package=Restion&version=1.2.0

An unifier of kingdoms Fluent Class Library(FCL) for calling RESTful services in .NET

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.3.1 777 1/27/2019
1.3.0 1,342 6/28/2017
1.2.0 1,051 6/10/2017
1.1.0 1,035 9/29/2016
1.0.0 1,017 3/25/2016
1.0.0-rc2 817 1/17/2016
1.0.0-rc 843 11/18/2015
1.0.0-beta 1,419 11/11/2015

[1.2.0]
      [Bug-Fixes]
       -Fixed serializing content even if it is null or not set
       -Added default enconding(UTF-8).
       [Api-Changes]
       -FormUrl, FormData and ISerializer on IRestionRequest properties are not public accesible anymore. The fluent interface apis for them are the same.
       -Added Json.NET minimum dependency to 10.0.2
     [1.1.0]
        [New-Features]
          -Added SetAuthorizationHeader on RestionClient to use as a shortcut for default auth header that should be sent on every request
     [1.0.0]
     ---Initial stable release
     [1.0.0-rc2]
        [New-Features]
          -Added FormUrlEncoded and MultiPartFormData support - check github page
          -Added IRestionClientOptions in other the place of the concrete RestionClientOptions
          -Added ASPNETCORE5 and UAP10 plataforms targets
          -Removed Silverlight support because PCL profile with UAP10 and ASPNET5 does not support. (Who stil uses Silverlight anyway?)
        [Bug-Fixes]
          -Fixed a bug on building a query string from parameters dictionary
          -Fixed a typo in RestionClient : SetDeSerializer to SetDeserializer