ScriptCs.Request
1.0.0
dotnet add package ScriptCs.Request --version 1.0.0
NuGet\Install-Package ScriptCs.Request -Version 1.0.0
<PackageReference Include="ScriptCs.Request" Version="1.0.0" />
paket add ScriptCs.Request --version 1.0.0
#r "nuget: ScriptCs.Request, 1.0.0"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
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.