Soenneker.Monday.HttpClients
4.0.61
Prefix Reserved
See the version list below for details.
dotnet add package Soenneker.Monday.HttpClients --version 4.0.61
NuGet\Install-Package Soenneker.Monday.HttpClients -Version 4.0.61
<PackageReference Include="Soenneker.Monday.HttpClients" Version="4.0.61" />
<PackageVersion Include="Soenneker.Monday.HttpClients" Version="4.0.61" />
<PackageReference Include="Soenneker.Monday.HttpClients" />
paket add Soenneker.Monday.HttpClients --version 4.0.61
#r "nuget: Soenneker.Monday.HttpClients, 4.0.61"
#:package Soenneker.Monday.HttpClients@4.0.61
#addin nuget:?package=Soenneker.Monday.HttpClients&version=4.0.61
#tool nuget:?package=Soenneker.Monday.HttpClients&version=4.0.61
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.880)
- Soenneker.Hashing.XxHash (>= 4.0.90)
- Soenneker.Utils.HttpClientCache (>= 4.0.2067)
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.76 | 0 | 9/15/2026 |
| 4.0.75 | 0 | 9/15/2026 |
| 4.0.74 | 72 | 9/13/2026 |
| 4.0.73 | 57 | 9/13/2026 |
| 4.0.72 | 55 | 9/13/2026 |
| 4.0.71 | 49 | 9/13/2026 |
| 4.0.70 | 65 | 9/13/2026 |
| 4.0.69 | 52 | 9/12/2026 |
| 4.0.68 | 48 | 9/12/2026 |
| 4.0.67 | 48 | 9/12/2026 |
| 4.0.65 | 114 | 9/9/2026 |
| 4.0.64 | 84 | 9/9/2026 |
| 4.0.63 | 88 | 9/9/2026 |
| 4.0.62 | 110 | 9/8/2026 |
| 4.0.61 | 120 | 9/8/2026 |
| 4.0.60 | 106 | 9/8/2026 |
| 4.0.58 | 104 | 9/7/2026 |
| 4.0.57 | 98 | 9/7/2026 |
| 4.0.56 | 103 | 9/7/2026 |
| 4.0.54 | 123 | 9/6/2026 |