Soenneker.Calendly.HttpClients
4.0.113
Prefix Reserved
dotnet add package Soenneker.Calendly.HttpClients --version 4.0.113
NuGet\Install-Package Soenneker.Calendly.HttpClients -Version 4.0.113
<PackageReference Include="Soenneker.Calendly.HttpClients" Version="4.0.113" />
<PackageVersion Include="Soenneker.Calendly.HttpClients" Version="4.0.113" />
<PackageReference Include="Soenneker.Calendly.HttpClients" />
paket add Soenneker.Calendly.HttpClients --version 4.0.113
#r "nuget: Soenneker.Calendly.HttpClients, 4.0.113"
#:package Soenneker.Calendly.HttpClients@4.0.113
#addin nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.113
#tool nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.113
Soenneker.Calendly.HttpClients
A cached, authenticated HttpClient for Calendly's API.
Installation
dotnet add package Soenneker.Calendly.HttpClients
Configuration
{
"Calendly": {
"ApiKey": "your-personal-access-token"
}
}
Calendly:ApiKey is required and is sent as Authorization: Bearer {token} by default. For compatible gateways or alternate credentials, Calendly:ClientBaseUrl, Calendly:AuthHeaderName, and Calendly:AuthHeaderValueTemplate can override those defaults. The template must contain {token} where the configured value belongs.
Registration and usage
using Soenneker.Calendly.HttpClients.Abstract;
using Soenneker.Calendly.HttpClients.Registrars;
services.AddCalendlyOpenApiHttpClientAsSingleton();
public sealed class CalendlyService(ICalendlyOpenApiHttpClient clientProvider)
{
public async Task<string> GetCurrentUser(CancellationToken cancellationToken)
{
HttpClient client = await clientProvider.Get(cancellationToken);
return await client.GetStringAsync("users/me", cancellationToken);
}
}
The provider owns its named cache entry. Disposing it removes the entry and disposes the cached client. Prefer singleton registration for normal application-wide use.
| 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.Extensions.Configuration (>= 4.0.880)
- Soenneker.Utils.HttpClientCache (>= 4.0.2067)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Calendly.HttpClients:
| Package | Downloads |
|---|---|
|
Soenneker.Calendly.OpenApiClientUtil
A thread-safe utility for obtaining Calendly's OpenApiClient singleton. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.113 | 0 | 9/8/2026 |
| 4.0.112 | 0 | 9/8/2026 |
| 4.0.111 | 0 | 9/7/2026 |
| 4.0.110 | 24 | 9/7/2026 |
| 4.0.108 | 55 | 9/5/2026 |
| 4.0.107 | 39 | 9/5/2026 |
| 4.0.106 | 67 | 9/4/2026 |
| 4.0.105 | 58 | 9/4/2026 |
| 4.0.104 | 56 | 9/4/2026 |
| 4.0.103 | 53 | 9/4/2026 |
| 4.0.101 | 66 | 9/4/2026 |
| 4.0.100 | 82 | 9/3/2026 |
| 4.0.99 | 120 | 9/1/2026 |
| 4.0.98 | 85 | 9/1/2026 |
| 4.0.97 | 104 | 8/31/2026 |
| 4.0.96 | 84 | 8/31/2026 |
| 4.0.95 | 95 | 8/31/2026 |
| 4.0.94 | 101 | 8/31/2026 |
| 4.0.93 | 172 | 8/30/2026 |
| 4.0.92 | 122 | 8/30/2026 |