Janglin.RestApiSdk 2.0.3

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

// Install Janglin.RestApiSdk as a Cake Tool
#tool nuget:?package=Janglin.RestApiSdk&version=2.0.3

Helper method library with convenient methods to assist with creating more specific web API SDKs.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Janglin.RestApiSdk:

Package Downloads
JanglinGlassDoorApiSdk

A .NET SDK for the Glassdoor web API offering strongly-typed objects thru asynchronous requests without all that mucking about with HTTP requests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 1,066 6/2/2017
2.0.5 920 6/2/2017
2.0.4 933 6/2/2017
2.0.3 1,691 11/25/2016
2.0.2 938 11/25/2016
2.0.1 958 11/25/2016
2.0.0 958 11/25/2016
1.1.0 1,147 2/21/2016
1.0.0 2,258 2/21/2016

Narrowed focus to REST exception and extension methods. Restored some extension methods.