Rest.Fody 1.0.8

dotnet add package Rest.Fody --version 1.0.8
NuGet\Install-Package Rest.Fody -Version 1.0.8
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="Rest.Fody" Version="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rest.Fody --version 1.0.8
#r "nuget: Rest.Fody, 1.0.8"
#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 Rest.Fody as a Cake Addin
#addin nuget:?package=Rest.Fody&version=1.0.8

// Install Rest.Fody as a Cake Tool
#tool nuget:?package=Rest.Fody&version=1.0.8

A multi-platform REST client powered by Fody, and heavily inspired by paulcbetts's Refit and canton7's RestEase. Supports Rx's IObservable and Task.

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.8 1,173 7/6/2016
1.0.7 982 7/6/2016
1.0.4 977 7/3/2016
1.0.3 968 6/28/2016
1.0.2 957 6/28/2016

Added additional try{}catch{} calls when resolving assemblies.