Tamp.Http 0.1.1

Prefix Reserved
dotnet add package Tamp.Http --version 0.1.1
                    
NuGet\Install-Package Tamp.Http -Version 0.1.1
                    
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="Tamp.Http" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tamp.Http" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Tamp.Http" />
                    
Project file
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 Tamp.Http --version 0.1.1
                    
#r "nuget: Tamp.Http, 0.1.1"
                    
#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.
#:package Tamp.Http@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tamp.Http&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Tamp.Http&version=0.1.1
                    
Install as a Cake Tool

Foundation library for HTTP-API wrappers in Tamp. TampApiClient base class handles HttpClient construction, Basic/Bearer/CustomHeader auth with Secret-redacted credentials, JSON serialization, and typed error mapping. Used by Tamp.AdoRest.V7 (TAM-97) and upcoming wrappers for GitHub issues, YouTrack, Jira, and similar HTTP APIs. No V-pin — library shape is intended to be stable.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Tamp.Http:

Package Downloads
Tamp.Kudu

Typed wrapper for Azure App Service Kudu REST API + Management API helpers. Surfaces: vfs (file upload / list / delete with the /home root convention), command (POST shell command, recommended via vfs-deployed bash files for non-trivial scripts), appsettings (Management API for KV-reference resolution), Management API lifecycle (stop / start / restart / listKeys / configreferences/appsettings diagnostic). Built for the Strata App Service + KV-ref + migration-runner deploy patterns. Companion to Tamp.AzureCli.V2 and Tamp.AzureAppService.

Tamp.AdoServiceConnection.V1

Tamp composition wrapper for end-to-end Azure DevOps service-connection creation. Orchestrates az + ADO REST: create Entra app, create service principal, grant scope role, create ADO service endpoint, wire up the federated credential. Workload Identity Federation only (no SPN-secret path) by design — modern, no rotation, no secret to leak.

Tamp.AdoRest.V7

Tamp library-mode wrapper for the Azure DevOps REST API 7.1. Typed surface for pull requests, builds, service endpoints, environments, agent pools, and branch policies. PAT typed as Secret. Built on Tamp.Http. v0.1.0 ships the surface Strata's pipeline needs.

Tamp.Telegram

Send Tamp build outcomes to Telegram via the Bot API. Ships a TampApiClient-based Telegram facade plus a TelegramBuildReporter (IBuildReporter) — drop into your Build.cs via [BuildReporter] to get a chat ping whenever a target fails, with the last 50 lines of stdout for context. Pairs with Tamp.Slack / Tamp.Discord (Tamp.Notify epic, TAM-227).

Tamp.YouTrack

Tamp library-mode wrapper for the YouTrack REST API. Typed surface for issues (create / update / search / set-state) — the surface tamp-build itself uses for ticket management. Bearer auth via Secret-typed permanent token. Built on Tamp.Http. v0.1.0 ships the issue-tracker minimum-useful surface; expand on adopter demand.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 193 5/12/2026
0.1.0 115 5/11/2026