Soenneker.Pipedrive.OpenApiClientUtil
4.0.176
Prefix Reserved
dotnet add package Soenneker.Pipedrive.OpenApiClientUtil --version 4.0.176
NuGet\Install-Package Soenneker.Pipedrive.OpenApiClientUtil -Version 4.0.176
<PackageReference Include="Soenneker.Pipedrive.OpenApiClientUtil" Version="4.0.176" />
<PackageVersion Include="Soenneker.Pipedrive.OpenApiClientUtil" Version="4.0.176" />
<PackageReference Include="Soenneker.Pipedrive.OpenApiClientUtil" />
paket add Soenneker.Pipedrive.OpenApiClientUtil --version 4.0.176
#r "nuget: Soenneker.Pipedrive.OpenApiClientUtil, 4.0.176"
#:package Soenneker.Pipedrive.OpenApiClientUtil@4.0.176
#addin nuget:?package=Soenneker.Pipedrive.OpenApiClientUtil&version=4.0.176
#tool nuget:?package=Soenneker.Pipedrive.OpenApiClientUtil&version=4.0.176
Soenneker.Pipedrive.OpenApiClientUtil
Provides configured Pipedrive API v2 clients and caches one generated client per OAuth access token.
Installation
dotnet add package Soenneker.Pipedrive.OpenApiClientUtil
Configuration
{
"Pipedrive": {
"ApiKey": "your-oauth-access-token",
"ClientBaseUrl": "https://api.pipedrive.com/api/v2/"
}
}
Pipedrive:ApiKey is the compatibility name for the OAuth access token used by the default bearer configuration.
Usage
using Soenneker.Pipedrive.OpenApiClientUtil.Abstract;
using Soenneker.Pipedrive.OpenApiClientUtil.Registrars;
services.AddPipedriveOpenApiClientUtilAsSingleton();
IPipedriveOpenApiClientUtil pipedrive = serviceProvider
.GetRequiredService<IPipedriveOpenApiClientUtil>();
var client = await pipedrive.Get(cancellationToken);
var deals = await client.Deals.GetAsync(
cancellationToken: cancellationToken);
For multiple accounts, pass each account's OAuth access token explicitly:
PipedriveOpenApiClient accountClient = await pipedrive.Get(
accessToken,
cancellationToken);
Use AddPipedriveOpenApiClientUtilAsScoped() when each application scope should have its own generated-client cache. The authenticated HTTP provider remains shared and is disposed by the service container at shutdown.
| 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.Pipedrive.HttpClients (>= 4.0.138)
- Soenneker.Pipedrive.OpenApiClient (>= 4.0.55)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.176 | 0 | 9/15/2026 |
| 4.0.175 | 40 | 9/13/2026 |
| 4.0.174 | 39 | 9/13/2026 |
| 4.0.173 | 37 | 9/13/2026 |
| 4.0.172 | 39 | 9/13/2026 |
| 4.0.171 | 34 | 9/12/2026 |
| 4.0.170 | 36 | 9/12/2026 |
| 4.0.168 | 81 | 9/10/2026 |
| 4.0.167 | 74 | 9/9/2026 |
| 4.0.166 | 79 | 9/9/2026 |
| 4.0.165 | 79 | 9/8/2026 |
| 4.0.164 | 77 | 9/8/2026 |
| 4.0.163 | 83 | 9/8/2026 |
| 4.0.162 | 89 | 9/8/2026 |
| 4.0.161 | 86 | 9/8/2026 |
| 4.0.160 | 92 | 9/7/2026 |
| 4.0.159 | 103 | 9/7/2026 |
| 4.0.158 | 100 | 9/7/2026 |
| 4.0.157 | 97 | 9/6/2026 |
| 4.0.156 | 93 | 9/5/2026 |