Soenneker.Quo.OpenApiClient
4.0.50
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Quo.OpenApiClient --version 4.0.50
NuGet\Install-Package Soenneker.Quo.OpenApiClient -Version 4.0.50
<PackageReference Include="Soenneker.Quo.OpenApiClient" Version="4.0.50" />
<PackageVersion Include="Soenneker.Quo.OpenApiClient" Version="4.0.50" />
<PackageReference Include="Soenneker.Quo.OpenApiClient" />
paket add Soenneker.Quo.OpenApiClient --version 4.0.50
#r "nuget: Soenneker.Quo.OpenApiClient, 4.0.50"
#:package Soenneker.Quo.OpenApiClient@4.0.50
#addin nuget:?package=Soenneker.Quo.OpenApiClient&version=4.0.50
#tool nuget:?package=Soenneker.Quo.OpenApiClient&version=4.0.50
Soenneker.Quo.OpenApiClient
Generated request builders and models for Quo contacts, calls, messages, conversations, phone numbers, users, and webhooks.
Installation
dotnet add package Soenneker.Quo.OpenApiClient
Usage
using Microsoft.Kiota.Abstractions.Authentication;
using Microsoft.Kiota.Http.HttpClientLibrary;
using Soenneker.Quo.OpenApiClient;
using var httpClient = new HttpClient();
httpClient.DefaultRequestHeaders.Add("Authorization", apiKey);
var adapter = new HttpClientRequestAdapter(
new AnonymousAuthenticationProvider(),
httpClient: httpClient)
{
BaseUrl = "https://api.openphone.com"
};
var client = new QuoOpenApiClient(adapter);
var users = await client.V1.Users.GetAsync(
cancellationToken: cancellationToken);
Quo, formerly OpenPhone, continues to expose the API from api.openphone.com. Send the API key directly in Authorization; Quo does not use the Bearer scheme for API keys. Set BaseUrl explicitly because the host embedded in the generated schema does not match the currently documented production endpoint.
| 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
- Microsoft.Kiota.Http.HttpClientLibrary (>= 2.0.0)
- Microsoft.Kiota.Serialization.Form (>= 2.0.0)
- Microsoft.Kiota.Serialization.Json (>= 2.0.0)
- Microsoft.Kiota.Serialization.Multipart (>= 2.0.0)
- Microsoft.Kiota.Serialization.Text (>= 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Quo.OpenApiClient:
| Package | Downloads |
|---|---|
|
Soenneker.Quo.OpenApiClientUtil
Provides a lazily initialized, authenticated Quo API client. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.54 | 0 | 9/3/2026 |
| 4.0.53 | 27 | 9/3/2026 |
| 4.0.52 | 53 | 9/3/2026 |
| 4.0.51 | 45 | 9/3/2026 |
| 4.0.50 | 152 | 8/31/2026 |
| 4.0.49 | 109 | 8/30/2026 |
| 4.0.48 | 183 | 8/28/2026 |
| 4.0.47 | 151 | 8/22/2026 |
| 4.0.46 | 152 | 8/21/2026 |
| 4.0.45 | 141 | 8/15/2026 |
| 4.0.44 | 109 | 8/14/2026 |
| 4.0.43 | 110 | 8/13/2026 |
| 4.0.42 | 263 | 8/5/2026 |
| 4.0.41 | 278 | 7/27/2026 |
| 4.0.40 | 313 | 7/16/2026 |
| 4.0.39 | 105 | 7/16/2026 |
| 4.0.38 | 305 | 7/10/2026 |
| 4.0.37 | 129 | 7/9/2026 |
| 4.0.36 | 131 | 7/8/2026 |
| 4.0.35 | 132 | 7/7/2026 |