DX.JavaScript.WebAPI.Client 1.0.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package DX.JavaScript.WebAPI.Client --version 1.0.0.5
                    
NuGet\Install-Package DX.JavaScript.WebAPI.Client -Version 1.0.0.5
                    
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="DX.JavaScript.WebAPI.Client" Version="1.0.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DX.JavaScript.WebAPI.Client" Version="1.0.0.5" />
                    
Directory.Packages.props
<PackageReference Include="DX.JavaScript.WebAPI.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DX.JavaScript.WebAPI.Client --version 1.0.0.5
                    
#r "nuget: DX.JavaScript.WebAPI.Client, 1.0.0.5"
                    
#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.
#addin nuget:?package=DX.JavaScript.WebAPI.Client&version=1.0.0.5
                    
Install DX.JavaScript.WebAPI.Client as a Cake Addin
#tool nuget:?package=DX.JavaScript.WebAPI.Client&version=1.0.0.5
                    
Install DX.JavaScript.WebAPI.Client as a Cake Tool

Javascript client for accessing secure WebAPI services incl. (social/facebook) authentication

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
1.0.0.10 2,790 3/29/2016
1.0.0.9 1,638 11/30/2015
1.0.0.8 1,291 11/19/2015
1.0.0.7 1,258 11/6/2015
1.0.0.6 1,278 11/2/2015
1.0.0.5 1,635 10/27/2015
1.0.0.4 1,195 10/26/2015
1.0.0.3 1,140 10/23/2015
1.0.0.2 1,180 10/23/2015
1.0.0.1 1,243 10/22/2015

1.0.0.5 Made the Javascript JSLint approved
             Property persistToken (boolean) added to store token in local or session Storage
     1.0.0.4 Reorganized folder structure and DXSignin, DXRegister and DXConfirmExternal sample views added
     1.0.0.3 Readme file with short documentation included
     1.0.0.2 Fixes on event dispatching
     1.0.0.1 Initial release