Skip to content

RelationalAI-oss/DelveCSharpClientSDK

Repository files navigation

Delve C# Client SDK

This is a Client SDK for Delve API

  • API version: 1.2.0

Frameworks supported

  • .NET Core 3.1+

Dependencies

  • ini-parser-netstandard (>= 2.5.2)
  • Newtonsoft.Json (>= 12.0.3)
  • NSec.Cryptography (>= 20.2.0)

Installation

Run the following command to generate the DLL

dotnet build

Then include the DLL (under the bin folder) in the C# project, and use the namespaces:

using Com.RelationalAI.Api;
using Com.RelationalAI.Client;
using Com.RelationalAI.Model;

Packaging

You can build the .csproj directly:

dotnet pack

Then, publish to a local feed or other host and consume the new package via Nuget as usual.

Nuget users

There are two options available:

Licensing

Delve Java Client SDK is licensed under the Apache License, Version 2.0.

Author

Mohammad Dashti