Info
Version: | 7.0.0-CI-20240825-140411 |
Author(s): | CloudNimble |
Last Update: | Sunday, August 25, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CloudNimble/Breakdance |
NuGet Url: | https://www.nuget.org/packages/Breakdance.WebApi |
Install
Install-Package Breakdance.WebApi
dotnet add package Breakdance.WebApi
paket add Breakdance.WebApi
Breakdance.WebApi Download (Unzip the "nupkg" after downloading)
Dependencies
net472
- Microsoft.AspNet.WebApi.Core(>= 5.2.7 && < 5.3.0)
- System.Net.Http(>= 4.3.4 && < 5.0.0)
- System.ValueTuple(>= 4.5.0 && < 5.0.0)
- Microsoft.AspNet.WebApi.Core(>= 5.2.7 && < 5.3.0)
- System.Net.Http(>= 4.3.4 && < 5.0.0)
- System.ValueTuple(>= 4.5.0 && < 5.0.0)
Tags
This package contains helper classes
for testing any WebAPI endpoint. These classes make it super easy to craft HTTP requests to your API at test time.
Commonly used types:
System.Net.Http.HttpClient.