xsds 1.0.3

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

// Install xsds as a Cake Tool
#tool nuget:?package=xsds&version=1.0.3

Tiny javascript library written to send in-browser http requests either GET, POST or using any other HTTP supported method. It can help in scenarios like auto-login & others.

What it actually does (by default) is opens up a new tab (in most cases) for the provided URL with the data parameters as if it was submitted from a form.

Written in coffeescript, but precompiled to Javascript for a non-coffee developer (but you better should get on-board with coffee). If you got any suggestions or you can help improve, kindly send me a pull request with your contribution & I promise a consideration.

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.3 4,867 9/6/2014
1.0.2 4,432 9/6/2014
1.0.1 4,505 9/6/2014

Added to jQuery & Nuget plugin registry