Gluon.Client 3.0.1

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

// Install Gluon.Client as a Cake Tool
#tool nuget:?package=Gluon.Client&version=3.0.1

TypeScript to FSharp connector

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
5.0.3 3,769 6/1/2018
5.0.2 3,373 5/29/2018
5.0.1 3,796 5/28/2018
5.0.0 936 5/28/2018
4.0.6 1,112 2/9/2018
4.0.5 962 12/4/2017
4.0.4 972 11/21/2017
4.0.3 957 11/7/2017
4.0.2 1,006 8/22/2017
4.0.0 964 5/13/2017
3.0.1 5,471 1/23/2017
3.0.0 1,003 1/13/2017
2.0.3 1,176 1/13/2017
2.0.2 994 1/7/2017
2.0.1 944 1/6/2017
2.0.0 1,030 1/6/2017
1.0.2 1,140 2/2/2016

- Change Option type to `T | null | undefined` to work better with optional parameters in interface and function signatures.
- Add `Option.isSome` and `Option.isNone` guard functions to help identify whether a value is null or undefined.
- Change return type of `IHttpClient.httpGet` and `IHttpClient.httpCall` to `JQueryPromise&lt;Option&lt;T&gt;&gt;`, correctly indicating that the result is optional.
- Switch to `namespace` from `module` per recent changes in TypeScript guidance.