ScriptCs.Request by Martin Öbrink-Hansen

<PackageReference Include="ScriptCs.Request" Version="0.3.4" />

.NET API 7,168 bytes

 ScriptCs.Request 0.3.4

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.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>ScriptCs.Request</id>
    <version>0.3.4</version>
    <title>ScriptCs.Request</title>
    <authors>Martin Öbrink-Hansen</authors>
    <projectUrl>https://github.com/martinobrink/ScriptCs.Request</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <summary>A ScriptCs script pack which enables very declarative scripts for performing http requests (including json serialization of objects using Json.NET)</summary>
    <copyright>@martinobrink</copyright>
    <language />
    <tags>ScriptCs http HttpClient Json.NET</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Newtonsoft.Json" version="5.0.8" />
        <dependency id="Microsoft.Net.Http" version="2.2.18" />
        <dependency id="ScriptCs.Contracts" version="0.8.1" />
      </group>
    </dependencies>
  </metadata>
</package>