Soenneker.Quo.OpenApiClientUtil
4.0.149
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Quo.OpenApiClientUtil --version 4.0.149
NuGet\Install-Package Soenneker.Quo.OpenApiClientUtil -Version 4.0.149
<PackageReference Include="Soenneker.Quo.OpenApiClientUtil" Version="4.0.149" />
<PackageVersion Include="Soenneker.Quo.OpenApiClientUtil" Version="4.0.149" />
<PackageReference Include="Soenneker.Quo.OpenApiClientUtil" />
paket add Soenneker.Quo.OpenApiClientUtil --version 4.0.149
#r "nuget: Soenneker.Quo.OpenApiClientUtil, 4.0.149"
#:package Soenneker.Quo.OpenApiClientUtil@4.0.149
#addin nuget:?package=Soenneker.Quo.OpenApiClientUtil&version=4.0.149
#tool nuget:?package=Soenneker.Quo.OpenApiClientUtil&version=4.0.149
Soenneker.Quo.OpenApiClientUtil
Provides a lazily initialized Quo client for contacts, calls, messages, conversations, phone numbers, users, and webhooks.
Installation
dotnet add package Soenneker.Quo.OpenApiClientUtil
Configuration
{
"Quo": {
"ApiKey": "your-api-key"
}
}
Set Quo:ClientBaseUrl only when targeting a different Quo-compatible endpoint. The default is https://api.openphone.com/ because Quo continues to serve its API from the OpenPhone domain.
Usage
using Soenneker.Quo.OpenApiClientUtil.Abstract;
using Soenneker.Quo.OpenApiClientUtil.Registrars;
services.AddQuoOpenApiClientUtilAsSingleton();
public sealed class QuoService
{
private readonly IQuoOpenApiClientUtil _quo;
public QuoService(IQuoOpenApiClientUtil quo)
{
_quo = quo;
}
public async Task GetUsers(CancellationToken cancellationToken)
{
var client = await _quo.Get(cancellationToken);
var users = await client.V1.Users.GetAsync(
cancellationToken: cancellationToken);
}
}
Use AddQuoOpenApiClientUtilAsScoped() when each scope should have its own lazily initialized API client. Both registrations reuse the singleton authenticated HTTP client provider.
| 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.Quo.HttpClients (>= 4.0.101)
- Soenneker.Quo.OpenApiClient (>= 4.0.53)
- Soenneker.Utils.AsyncSingleton (>= 4.0.831)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.160 | 24 | 9/5/2026 |
| 4.0.159 | 38 | 9/5/2026 |
| 4.0.158 | 38 | 9/5/2026 |
| 4.0.157 | 40 | 9/4/2026 |
| 4.0.156 | 34 | 9/4/2026 |
| 4.0.155 | 33 | 9/4/2026 |
| 4.0.154 | 36 | 9/4/2026 |
| 4.0.153 | 37 | 9/4/2026 |
| 4.0.152 | 43 | 9/4/2026 |
| 4.0.151 | 43 | 9/4/2026 |
| 4.0.150 | 37 | 9/4/2026 |
| 4.0.149 | 36 | 9/3/2026 |
| 4.0.148 | 41 | 9/3/2026 |
| 4.0.147 | 57 | 9/3/2026 |
| 4.0.146 | 70 | 9/1/2026 |
| 4.0.145 | 71 | 9/1/2026 |
| 4.0.144 | 84 | 8/31/2026 |
| 4.0.143 | 77 | 8/31/2026 |
| 4.0.142 | 73 | 8/31/2026 |
| 4.0.141 | 77 | 8/31/2026 |