Info
Version: | 1.0.0 |
Author(s): | Martin Öbrink-Hansen, John Crnjanin |
Last Update: | Saturday, May 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/martinobrink/ScriptCs.Request |
NuGet Url: | https://www.nuget.org/packages/ScriptCs.Request |
Install
Install-Package ScriptCs.Request
dotnet add package ScriptCs.Request
paket add ScriptCs.Request
ScriptCs.Request Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.8)
Tags
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.