Soenneker.Quo.OpenApiClient 4.0.50

Prefix Reserved
There is a newer version of this package available.
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
                    
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.Quo.OpenApiClient" Version="4.0.50" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Quo.OpenApiClient" Version="4.0.50" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Quo.OpenApiClient" />
                    
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.Quo.OpenApiClient --version 4.0.50
                    
#r "nuget: Soenneker.Quo.OpenApiClient, 4.0.50"
                    
#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.Quo.OpenApiClient@4.0.50
                    
#: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.Quo.OpenApiClient&version=4.0.50
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Quo.OpenApiClient&version=4.0.50
                    
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.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 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.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
Loading failed