Info
Version: | 0.3.5 |
Author(s): | Martin Öbrink-Hansen |
Last Update: | Sunday, January 26, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/martinobrink/ScriptCs.Request |
NuGet Url: | https://www.nuget.org/packages/ScriptCs.EasyHttp |
Install
Install-Package ScriptCs.EasyHttp
dotnet add package ScriptCs.EasyHttp
paket add ScriptCs.EasyHttp
ScriptCs.EasyHttp Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(5.0.8)
- Microsoft.Net.Http(2.2.18)
- ScriptCs.Contracts(0.8.1)
Tags
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.