James.Testing.Rest by Todd Meinershagen

<PackageReference Include="James.Testing.Rest" Version="0.5.3" />

 James.Testing.Rest 0.5.3

A library of helpers for the purpose of testing rest-based services. It is named after the author who wrote the book of James in the Bible. (James 1:2-3)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>James.Testing.Rest</id>
    <version>0.5.3.0</version>
    <title>James.Testing.Rest</title>
    <authors>Todd Meinershagen</authors>
    <owners>Todd Meinershagen</owners>
    <licenseUrl>https://github.com/toddmeinershagen/James.Testing/LICENSE</licenseUrl>
    <projectUrl>https://github.com/toddmeinershagen/James.Testing</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A library of helpers for the purpose of testing rest-based services.  It is named after the author who wrote the book of James in the Bible.  (James 1:2-3)</description>
    <releaseNotes>Initial release includes .</releaseNotes>
    <copyright>Copyright  2014</copyright>
    <tags>test .net dotnet testing rest</tags>
    <dependencies>
      <dependency id="James.Testing" version="1.0.4.0" />
      <dependency id="Microsoft.AspNet.WebApi.Client" version="5.2.0" />
    </dependencies>
  </metadata>
</package>