ScriptCs.EasyHttp
0.3.5
dotnet add package ScriptCs.EasyHttp --version 0.3.5
NuGet\Install-Package ScriptCs.EasyHttp -Version 0.3.5
<PackageReference Include="ScriptCs.EasyHttp" Version="0.3.5" />
paket add ScriptCs.EasyHttp --version 0.3.5
#r "nuget: ScriptCs.EasyHttp, 0.3.5"
// Install ScriptCs.EasyHttp as a Cake Addin #addin nuget:?package=ScriptCs.EasyHttp&version=0.3.5 // Install ScriptCs.EasyHttp as a Cake Tool #tool nuget:?package=ScriptCs.EasyHttp&version=0.3.5
Update: This NuGet package has been renamed to 'ScriptCs.Request' so please install that package (ScriptCs.Request) instead since this package will not be maintained.
Using this script pack 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.5
- Microsoft.Net.Http (>= 2.2.18)
- Newtonsoft.Json (>= 5.0.8)
- ScriptCs.Contracts (>= 0.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.