Soenneker.Telnyx.ClientUtil 4.0.921

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

Provides a lazily initialized TelnyxOpenApiClient backed by the authenticated, cached Telnyx HttpClient.

Installation

dotnet add package Soenneker.Telnyx.ClientUtil

Configuration

{
  "Telnyx": {
    "Token": "KEY..."
  }
}

Usage

using Soenneker.Telnyx.ClientUtil.Abstract;
using Soenneker.Telnyx.ClientUtil.Registrars;
using Soenneker.Telnyx.OpenApiClient;
using Soenneker.Telnyx.OpenApiClient.Models;

services.AddTelnyxClientUtilAsScoped();

TelnyxOpenApiClient client = await telnyxClientUtil.Get(cancellationToken);
ListMessagingProfilesResponse? response = await client.Messaging_profiles.GetAsync(
    cancellationToken: cancellationToken);

The scoped registration uses a singleton HTTP provider. Disposing the scoped utility releases its generated client wrapper without removing the shared authenticated HttpClient; the HTTP provider disposes that client at application shutdown.

The generated client follows Telnyx's OpenAPI operation and schema names, including underscore-separated members such as Messaging_profiles.

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 (1)

Showing the top 1 NuGet packages that depend on Soenneker.Telnyx.ClientUtil:

Package Downloads
Soenneker.Telnyx.Messaging

Send Telnyx SMS and MMS messages and retrieve messages by ID.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.921 0 9/15/2026
4.0.920 52 9/13/2026
4.0.919 34 9/13/2026
4.0.918 40 9/13/2026
4.0.917 56 9/13/2026
4.0.916 42 9/13/2026
4.0.915 52 9/12/2026
4.0.913 90 9/9/2026
4.0.912 68 9/9/2026
4.0.911 60 9/9/2026
4.0.910 94 9/9/2026
4.0.909 88 9/9/2026
4.0.908 68 9/9/2026
4.0.907 85 9/8/2026
4.0.906 94 9/8/2026
4.0.905 92 9/8/2026
4.0.904 101 9/8/2026
4.0.903 94 9/8/2026
4.0.902 84 9/8/2026
4.0.901 88 9/8/2026
Loading failed

Update dependency dotnet-sdk to v10.0.401 (#1428)