Soenneker.Telnyx.ClientUtil 4.0.929

Prefix Reserved
dotnet add package Soenneker.Telnyx.ClientUtil --version 4.0.929
                    
NuGet\Install-Package Soenneker.Telnyx.ClientUtil -Version 4.0.929
                    
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.929" />
                    
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.929" />
                    
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.929
                    
#r "nuget: Soenneker.Telnyx.ClientUtil, 4.0.929"
                    
#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.929
                    
#: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.929
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Telnyx.ClientUtil&version=4.0.929
                    
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.929 0 9/17/2026
4.0.928 0 9/16/2026
4.0.927 0 9/16/2026
4.0.926 25 9/16/2026
4.0.925 43 9/16/2026
4.0.924 65 9/16/2026
4.0.923 63 9/16/2026
4.0.922 73 9/15/2026
4.0.921 93 9/15/2026
4.0.920 101 9/13/2026
4.0.919 71 9/13/2026
4.0.918 80 9/13/2026
4.0.917 95 9/13/2026
4.0.916 80 9/13/2026
4.0.915 93 9/12/2026
4.0.913 132 9/9/2026
4.0.912 108 9/9/2026
4.0.911 104 9/9/2026
4.0.910 115 9/9/2026
4.0.909 112 9/9/2026
Loading failed

Updated Soenneker.Telnyx.Client to 4.0.607