DataceenClient 1.1.35

dotnet add package DataceenClient --version 1.1.35
                    
NuGet\Install-Package DataceenClient -Version 1.1.35
                    
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="DataceenClient" Version="1.1.35" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataceenClient" Version="1.1.35" />
                    
Directory.Packages.props
<PackageReference Include="DataceenClient" />
                    
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 DataceenClient --version 1.1.35
                    
#r "nuget: DataceenClient, 1.1.35"
                    
#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 DataceenClient@1.1.35
                    
#: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=DataceenClient&version=1.1.35
                    
Install as a Cake Addin
#tool nuget:?package=DataceenClient&version=1.1.35
                    
Install as a Cake Tool

DataceenClient

DataceenClient is a .NET library for strongly-typed, high-performance access to a GraphQL-based Dataceen platform. It provides a rich, extensible API for querying, mutating, and subscribing to data, with first-class support for Blazor and modern .NET applications.

Features

  • Strongly-typed GraphQL queries and mutations
  • Bulk and single operations for nodes and relationships
  • Advanced filtering, ordering, and aggregation
  • Real-time data subscriptions via gRPC
  • Integration with ASP.NET Core dependency injection and authentication
  • Designed for .NET 8 and Blazor

Installation

Install via NuGet:

dotnet add package DataceenClient

Configuration

Add the following configuration to your appsettings.json:

"your-client-name": { "Instance": "https://login.microsoftonline.com/", "ClientId": "your-client-id", "ClientCredentials": [ { "SourceType": "ClientSecret", "ClientSecret": "your-client-secret" } ], "SystemId": "your-system-id", "TenantId": "your-tenant-id", "Scope": "your-scope", "ApiUrl": "https://your-api-url", "ApiPath": "/graphql", "SubscriptionUrl": "https://your-subscription-url" }

Register required services in your Startup.cs or Program.cs:

builder.Services.AddHttpClient(); builder.Services.AddDataceenClient<AllClient>(context.Configuration, your-client-name);

Authentication

DataceenClient uses Azure AD authentication via ITokenAcquisition. Ensure your app is configured for Azure AD and required scopes.

License

Proprietary. All rights reserved. Dataceen AB, Sweden 2025

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.35 86 5/25/2026
1.1.34 96 5/3/2026
1.1.33 103 4/2/2026
1.1.32 102 3/30/2026
1.1.31 102 3/16/2026
1.1.30 101 3/15/2026
1.1.29 97 3/15/2026
1.1.28 99 3/15/2026
1.1.27 100 3/15/2026
1.1.26 100 3/5/2026
1.1.25 98 3/4/2026
1.1.24 420 11/18/2025
1.1.23 181 10/4/2025
1.1.22 340 6/30/2025
1.1.21 196 6/22/2025
1.1.20 189 6/22/2025
1.1.19 159 6/21/2025
1.1.18 158 6/21/2025
1.1.17 338 6/12/2025
1.1.16 288 5/13/2025
Loading failed