Soenneker.Monday.HttpClients
4.0.44
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Monday.HttpClients --version 4.0.44
NuGet\Install-Package Soenneker.Monday.HttpClients -Version 4.0.44
<PackageReference Include="Soenneker.Monday.HttpClients" Version="4.0.44" />
<PackageVersion Include="Soenneker.Monday.HttpClients" Version="4.0.44" />
<PackageReference Include="Soenneker.Monday.HttpClients" />
paket add Soenneker.Monday.HttpClients --version 4.0.44
#r "nuget: Soenneker.Monday.HttpClients, 4.0.44"
#:package Soenneker.Monday.HttpClients@4.0.44
#addin nuget:?package=Soenneker.Monday.HttpClients&version=4.0.44
#tool nuget:?package=Soenneker.Monday.HttpClients&version=4.0.44
Soenneker.Monday.HttpClients
Provides cached, authenticated HttpClient instances for Monday's GraphQL API.
Install
dotnet add package Soenneker.Monday.HttpClients
Configuration
{
"Monday": {
"ApiKey": "your-api-key"
}
}
Monday:ClientBaseUrl can override the default https://api.monday.com/v2 endpoint. The API key is sent directly in the Authorization header, as required by Monday.
Usage
using Soenneker.Monday.HttpClients.Abstract;
using Soenneker.Monday.HttpClients.Registrars;
services.AddMondayGraphQlHttpClientAsSingleton();
IMondayGraphQlHttpClient monday = serviceProvider
.GetRequiredService<IMondayGraphQlHttpClient>();
HttpClient client = await monday.Get(cancellationToken);
Use Get(apiKey) for a different token or Get(apiKey, baseUrl) for another Monday connection. Calls with the same connection settings reuse the same client within the provider's lifetime.
Do not dispose a returned HttpClient; the registered provider owns it and removes it from the cache when disposed.
| 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.Hashing.XxHash (>= 4.0.85)
- Soenneker.Utils.HttpClientCache (>= 4.0.2051)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Monday.HttpClients:
| Package | Downloads |
|---|---|
|
Soenneker.Monday.GraphQlClientUtil
Creates and caches authenticated Monday GraphQL clients for one or more connections. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.61 | 0 | 9/8/2026 |
| 4.0.60 | 0 | 9/8/2026 |
| 4.0.58 | 0 | 9/7/2026 |
| 4.0.57 | 23 | 9/7/2026 |
| 4.0.56 | 31 | 9/7/2026 |
| 4.0.54 | 56 | 9/6/2026 |
| 4.0.53 | 82 | 9/5/2026 |
| 4.0.52 | 45 | 9/5/2026 |
| 4.0.51 | 67 | 9/4/2026 |
| 4.0.50 | 57 | 9/4/2026 |
| 4.0.49 | 52 | 9/4/2026 |
| 4.0.48 | 50 | 9/4/2026 |
| 4.0.46 | 63 | 9/4/2026 |
| 4.0.45 | 57 | 9/4/2026 |
| 4.0.44 | 113 | 9/1/2026 |
| 4.0.43 | 86 | 9/1/2026 |
| 4.0.42 | 92 | 8/31/2026 |
| 4.0.41 | 97 | 8/31/2026 |
| 4.0.40 | 88 | 8/31/2026 |
| 4.0.39 | 95 | 8/31/2026 |