ScriptCs.Request 1.0.0

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

// Install ScriptCs.Request as a Cake Tool
#tool nuget:?package=ScriptCs.Request&version=1.0.0

A cross-platform http request script library.
     
     Using this script library you can write very simple declarative scripts for performing http requests without all the boilerplate code normally required for this.

     You can even define your own classes and they will automatically get serialized using Json.NET when using POST and PUT methods.

     Please go to the project url https://github.com/martinobrink/ScriptCs.Request to see examples on how simple your scripts can get.

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.0 1,436 5/2/2015
0.8.0 1,175 3/3/2014
0.3.4 1,084 1/26/2014

v1.0.0: Rewrote script pack into script library and used System.Net.HttpClient instead of Microsoft.Net.HttpClient to make the library cross-platform.