VOOZH about

URL: https://www.nuget.org/packages/Reimaginate.DataHub.Client/1.3.0-rc.55

⇱ NuGet Gallery | Reimaginate.DataHub.Client 1.3.0-rc.55




Reimaginate.DataHub.Client 1.3.0-rc.55

This is a prerelease version of Reimaginate.DataHub.Client.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Reimaginate.DataHub.Client --version 1.3.0-rc.55
 
 
NuGet\Install-Package Reimaginate.DataHub.Client -Version 1.3.0-rc.55
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Reimaginate.DataHub.Client" Version="1.3.0-rc.55" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Reimaginate.DataHub.Client" Version="1.3.0-rc.55" />
 
Directory.Packages.props
<PackageReference Include="Reimaginate.DataHub.Client" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Reimaginate.DataHub.Client --version 1.3.0-rc.55
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Reimaginate.DataHub.Client, 1.3.0-rc.55"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Reimaginate.DataHub.Client@1.3.0-rc.55
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Reimaginate.DataHub.Client&version=1.3.0-rc.55&prerelease
 
Install as a Cake Addin
#tool nuget:?package=Reimaginate.DataHub.Client&version=1.3.0-rc.55&prerelease
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Reimaginate.DataHub.Client

HTTP client components for calling DataHub APIs with the shared DataHub model packages.

This package is intended for services that need to integrate with DataHub over its client-facing API surface.

Authentication

Supported client authentication modes:

  • SharedKey: sends the existing x-functions-key header and remains the default.
  • ApplicationRegistration: uses a Microsoft Entra application registration and sends a bearer token.
  • ManagedIdentity: uses a system-assigned or user-assigned managed identity and sends a bearer token.

See for full configuration, host validation, appsettings examples, and environment variables.

Shared key:

services.AddDataHubClient(options => options.WithSharedKey(
 "https://datahub.example.com/api/Client",
 "<shared-key>"));

Application registration:

services.AddDataHubClient(options => options.WithApplicationRegistration(
 "https://datahub.example.com/api/Client",
 "api://<datahub-api-client-id>/.default",
 "<tenant-id>",
 "<caller-application-client-id>",
 "<caller-application-client-secret>"));

Managed identity:

services.AddDataHubClient(options => options.WithManagedIdentity(
 "https://datahub.example.com/api/Client",
 "api://<datahub-api-client-id>/.default",
 "<managed-identity-client-id>"));
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on Reimaginate.DataHub.Client:

Package Downloads
Reimaginate.DataHub.TestFramework

Testing helpers, fixtures, and assertions for exercising DataHub runtime and client integrations.

Reimaginate.DataHub.D365Agent

Microsoft Dynamics 365 Customer Engagement integration agent for Reimaginate DataHub synchronization, merge processing, and Dataverse access.

Reimaginate.DataHub.Agent

Agent helpers for integrating DataHub client calls, shared models, validation, and processing lock workflows.

Reimaginate.Orchestrator.DataHub

DataHub-backed workflow definition, checkpoint, and instance integration for Orchestrator.

Reimaginate.DataHub.CLI.Tools

Reusable DataHub command handlers and services for Reimaginate CLI hosts.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.0-rc.80 79 6/22/2026
1.3.0-rc.79 82 6/22/2026
1.3.0-rc.78 69 6/22/2026
1.3.0-rc.77 80 6/22/2026
1.3.0-rc.76 87 6/21/2026
1.3.0-rc.75 70 6/21/2026
1.3.0-rc.74 69 6/21/2026
1.3.0-rc.73 75 6/20/2026
1.3.0-rc.72 73 6/20/2026
1.3.0-rc.71 65 6/20/2026
1.3.0-rc.70 67 6/20/2026
1.3.0-rc.69 73 6/20/2026
1.3.0-rc.68 70 6/20/2026
1.3.0-rc.67 69 6/19/2026
1.3.0-rc.66 70 6/19/2026
1.3.0-rc.65 67 6/19/2026
1.3.0-rc.64 83 6/19/2026
1.3.0-rc.63 71 6/19/2026
1.3.0-rc.55 72 6/17/2026
1.2.3 1,262 7/21/2025
Loading failed