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
<PackageReference Include="Tamp.Http" Version="0.1.1" />
<PackageVersion Include="Tamp.Http" Version="0.1.1" />
<PackageReference Include="Tamp.Http" />
paket add Tamp.Http --version 0.1.1
#r "nuget: Tamp.Http, 0.1.1"
#:package Tamp.Http@0.1.1
#addin nuget:?package=Tamp.Http&version=0.1.1
#tool nuget:?package=Tamp.Http&version=0.1.1
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 | Versions 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. |
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.