![]() |
VOOZH | about |
dotnet add package James.Testing.Rest --version 0.7.10
NuGet\Install-Package James.Testing.Rest -Version 0.7.10
<PackageReference Include="James.Testing.Rest" Version="0.7.10" />
<PackageVersion Include="James.Testing.Rest" Version="0.7.10" />Directory.Packages.props
<PackageReference Include="James.Testing.Rest" />Project file
paket add James.Testing.Rest --version 0.7.10
#r "nuget: James.Testing.Rest, 0.7.10"
#:package James.Testing.Rest@0.7.10
#addin nuget:?package=James.Testing.Rest&version=0.7.10Install as a Cake Addin
#tool nuget:?package=James.Testing.Rest&version=0.7.10Install as a Cake Tool
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)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.10 | 23,161 | 8/23/2016 |
| 0.7.9 | 1,584 | 5/1/2016 |
| 0.7.8 | 3,060 | 7/15/2015 |
| 0.7.7 | 1,669 | 3/27/2015 |
| 0.7.6 | 1,881 | 2/14/2015 |
| 0.7.5 | 1,746 | 2/13/2015 |
| 0.6.5 | 1,618 | 1/24/2015 |
| 0.6.4 | 1,665 | 1/16/2015 |
| 0.6.3 | 1,899 | 12/19/2014 |
| 0.6.2 | 1,958 | 12/19/2014 |
| 0.6.1 | 1,922 | 12/19/2014 |
| 0.6.0 | 1,682 | 10/18/2014 |
| 0.5.5 | 1,662 | 8/28/2014 |
| 0.5.4 | 1,644 | 8/4/2014 |
| 0.5.3 | 1,638 | 8/4/2014 |
| 0.5.2 | 1,591 | 8/3/2014 |
| 0.5.1 | 1,723 | 8/3/2014 |
| 0.5.0 | 1,668 | 8/3/2014 |
| 0.4.0 | 1,623 | 7/31/2014 |
| 0.3.0 | 1,621 | 7/30/2014 |
0.7.10 Added an overload to the dynamic Post and Put methods to accept no body parameter.
0.7.9 Updated the license url.
0.7.8 Fixing post request to set the content type for more strict services.