Soenneker.Calendly.HttpClients
4.0.128
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Calendly.HttpClients --version 4.0.128
NuGet\Install-Package Soenneker.Calendly.HttpClients -Version 4.0.128
<PackageReference Include="Soenneker.Calendly.HttpClients" Version="4.0.128" />
<PackageVersion Include="Soenneker.Calendly.HttpClients" Version="4.0.128" />
<PackageReference Include="Soenneker.Calendly.HttpClients" />
paket add Soenneker.Calendly.HttpClients --version 4.0.128
#r "nuget: Soenneker.Calendly.HttpClients, 4.0.128"
#:package Soenneker.Calendly.HttpClients@4.0.128
#addin nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.128
#tool nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.128
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.895)
- Soenneker.Utils.HttpClientCache (>= 4.0.2090)
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.133 | 0 | 9/26/2026 |
| 4.0.132 | 0 | 9/26/2026 |
| 4.0.131 | 34 | 9/25/2026 |
| 4.0.130 | 35 | 9/25/2026 |
| 4.0.129 | 38 | 9/24/2026 |
| 4.0.128 | 138 | 9/17/2026 |
| 4.0.127 | 90 | 9/16/2026 |
| 4.0.126 | 103 | 9/16/2026 |
| 4.0.125 | 98 | 9/16/2026 |
| 4.0.124 | 127 | 9/15/2026 |
| 4.0.123 | 128 | 9/13/2026 |
| 4.0.122 | 105 | 9/13/2026 |
| 4.0.121 | 107 | 9/13/2026 |
| 4.0.120 | 90 | 9/13/2026 |
| 4.0.119 | 104 | 9/12/2026 |
| 4.0.118 | 101 | 9/12/2026 |
| 4.0.117 | 130 | 9/12/2026 |
| 4.0.116 | 139 | 9/9/2026 |
| 4.0.115 | 113 | 9/9/2026 |
| 4.0.114 | 108 | 9/8/2026 |