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
<PackageReference Include="Soenneker.Telnyx.ClientUtil" Version="4.0.921" />
<PackageVersion Include="Soenneker.Telnyx.ClientUtil" Version="4.0.921" />
<PackageReference Include="Soenneker.Telnyx.ClientUtil" />
paket add Soenneker.Telnyx.ClientUtil --version 4.0.921
#r "nuget: Soenneker.Telnyx.ClientUtil, 4.0.921"
#:package Soenneker.Telnyx.ClientUtil@4.0.921
#addin nuget:?package=Soenneker.Telnyx.ClientUtil&version=4.0.921
#tool nuget:?package=Soenneker.Telnyx.ClientUtil&version=4.0.921
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 | Versions 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. |
-
net10.0
- Soenneker.Telnyx.Client (>= 4.0.598)
- Soenneker.Telnyx.OpenApiClient (>= 4.0.425)
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 |
Update dependency dotnet-sdk to v10.0.401 (#1428)