Soenneker.Telnyx.Client 4.0.584

Prefix Reserved
dotnet add package Soenneker.Telnyx.Client --version 4.0.584
                    
NuGet\Install-Package Soenneker.Telnyx.Client -Version 4.0.584
                    
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="Soenneker.Telnyx.Client" Version="4.0.584" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Telnyx.Client" Version="4.0.584" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Telnyx.Client" />
                    
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 Soenneker.Telnyx.Client --version 4.0.584
                    
#r "nuget: Soenneker.Telnyx.Client, 4.0.584"
                    
#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 Soenneker.Telnyx.Client@4.0.584
                    
#: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=Soenneker.Telnyx.Client&version=4.0.584
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Telnyx.Client&version=4.0.584
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Telnyx.Client

Provides a cached HttpClient configured with Telnyx's REST API base address, bearer-token authentication, and optional request/response logging.

Installation

dotnet add package Soenneker.Telnyx.Client

Configuration

{
  "Telnyx": {
    "Token": "KEY...",
    "RequestResponseLogging": false
  }
}

Usage

using Soenneker.Telnyx.Client.Abstract;
using Soenneker.Telnyx.Client.Registrars;

services.AddTelnyxHttpClientAsSingleton();

HttpClient client = await telnyxHttpClient.Get(cancellationToken);
HttpResponseMessage response = await client.GetAsync(
    "messaging_profiles",
    cancellationToken);

response.EnsureSuccessStatusCode();

The base address is https://api.telnyx.com/v2/, so relative request paths should not start with /. The provider owns its cached client; callers should not dispose the value returned by Get independently.

When RequestResponseLogging is enabled, the Authorization header is redacted, but request and response bodies may still contain phone numbers, message content, or other sensitive data. Enable it only where that output is appropriately protected.

Product Compatible and additional computed target framework versions.
.NET 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 (2)

Showing the top 2 NuGet packages that depend on Soenneker.Telnyx.Client:

Package Downloads
Soenneker.Telnyx.ClientUtil

Provide a reusable generated client for Telnyx's REST API.

Soenneker.Telnyx.PublicKeys

Retrieves and caches the Ed25519 public key used to verify Telnyx webhook signatures.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.584 59 9/9/2026
4.0.583 64 9/9/2026
4.0.582 84 9/9/2026
4.0.580 54 9/9/2026
4.0.579 88 9/9/2026
4.0.578 103 9/9/2026
4.0.577 67 9/8/2026
4.0.576 106 9/8/2026
4.0.575 145 9/8/2026
4.0.574 81 9/8/2026
4.0.573 104 9/8/2026
4.0.572 88 9/8/2026
4.0.570 104 9/7/2026
4.0.569 113 9/7/2026
4.0.567 90 9/7/2026
4.0.566 118 9/7/2026
4.0.565 116 9/7/2026
4.0.564 179 9/5/2026
4.0.563 106 9/5/2026
4.0.562 136 9/5/2026
Loading failed

Updated Multiple NuGet packages