TeePee 1.0.15-alpha
This is a prerelease version of TeePee.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TeePee --version 1.0.15-alpha
NuGet\Install-Package TeePee -Version 1.0.15-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TeePee" Version="1.0.15-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TeePee" Version="1.0.15-alpha" />
<PackageReference Include="TeePee" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TeePee --version 1.0.15-alpha
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TeePee, 1.0.15-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=TeePee&version=1.0.15-alpha&prerelease
#tool nuget:?package=TeePee&version=1.0.15-alpha&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TeePee
A fluent API to configure HttpClients for unit testing.
var teePeeBuilder = new TeePeeBuilder();
teePeeBuilder.ForRequest("https://some.api/path/resource", HttpMethod.Post)
.WithBody(new { Value = 12 })
.ContainingQueryParam("filter", "those")
.ContainingHeader("ApiKey", "123abc-xyz987");
var subjectUnderTest = Resolve.WithTypedClient<UserController, GitHubApiClient>(
services =>
{
var configuration = UnitTestConfig.LoadUnitTestConfig();
services.AddGitHubApi(configuration);
},
teePeeBuilder);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.Extensions.Http (>= 3.1.7)
- System.Text.Json (>= 4.7.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TeePee:
Package | Downloads |
---|---|
TeePee.Refit
Refit extensions for TeePee. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 175 | 3/30/2025 |
3.0.1 | 177 | 3/23/2025 |
2.0.1 | 425 | 8/15/2023 |
1.2.1 | 255 | 8/14/2023 |
1.1.1 | 295 | 8/9/2023 |
1.0.40 | 344 | 7/27/2023 |
1.0.39 | 189 | 7/27/2023 |
1.0.38 | 1,060 | 8/3/2022 |
1.0.37 | 994 | 8/2/2022 |
1.0.36 | 785 | 7/19/2022 |
1.0.34 | 800 | 6/15/2022 |
1.0.33 | 783 | 6/15/2022 |
1.0.32 | 787 | 6/13/2022 |
1.0.31 | 784 | 6/7/2022 |
1.0.30 | 1,074 | 5/31/2022 |
1.0.29 | 772 | 5/30/2022 |
1.0.28 | 1,083 | 5/9/2022 |
1.0.27 | 788 | 5/6/2022 |
1.0.26 | 791 | 5/6/2022 |
1.0.25 | 762 | 5/6/2022 |
1.0.24 | 588 | 8/25/2021 |
1.0.23 | 511 | 8/25/2021 |
1.0.22 | 778 | 6/28/2021 |
1.0.21 | 565 | 6/10/2021 |
1.0.18 | 512 | 10/19/2020 |
1.0.17 | 676 | 10/19/2020 |
1.0.15-alpha | 384 | 10/9/2020 |