Soenneker.Calendly.HttpClients
4.0.99
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Calendly.HttpClients --version 4.0.99
NuGet\Install-Package Soenneker.Calendly.HttpClients -Version 4.0.99
<PackageReference Include="Soenneker.Calendly.HttpClients" Version="4.0.99" />
<PackageVersion Include="Soenneker.Calendly.HttpClients" Version="4.0.99" />
<PackageReference Include="Soenneker.Calendly.HttpClients" />
paket add Soenneker.Calendly.HttpClients --version 4.0.99
#r "nuget: Soenneker.Calendly.HttpClients, 4.0.99"
#:package Soenneker.Calendly.HttpClients@4.0.99
#addin nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.99
#tool nuget:?package=Soenneker.Calendly.HttpClients&version=4.0.99
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.872)
- Soenneker.Utils.HttpClientCache (>= 4.0.2051)
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.107 | 0 | 9/5/2026 |
| 4.0.106 | 31 | 9/4/2026 |
| 4.0.105 | 44 | 9/4/2026 |
| 4.0.104 | 45 | 9/4/2026 |
| 4.0.103 | 44 | 9/4/2026 |
| 4.0.101 | 57 | 9/4/2026 |
| 4.0.100 | 63 | 9/3/2026 |
| 4.0.99 | 109 | 9/1/2026 |
| 4.0.98 | 81 | 9/1/2026 |
| 4.0.97 | 94 | 8/31/2026 |
| 4.0.96 | 79 | 8/31/2026 |
| 4.0.95 | 90 | 8/31/2026 |
| 4.0.94 | 94 | 8/31/2026 |
| 4.0.93 | 168 | 8/30/2026 |
| 4.0.92 | 114 | 8/30/2026 |
| 4.0.91 | 107 | 8/30/2026 |
| 4.0.90 | 146 | 8/26/2026 |
| 4.0.89 | 100 | 8/26/2026 |
| 4.0.88 | 113 | 8/26/2026 |
| 4.0.87 | 99 | 8/25/2026 |