Graphlit 2024.9.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Graphlit --version 2024.9.1.1                
NuGet\Install-Package Graphlit -Version 2024.9.1.1                
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="Graphlit" Version="2024.9.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Graphlit --version 2024.9.1.1                
#r "nuget: Graphlit, 2024.9.1.1"                
#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.
// Install Graphlit as a Cake Addin
#addin nuget:?package=Graphlit&version=2024.9.1.1

// Install Graphlit as a Cake Tool
#tool nuget:?package=Graphlit&version=2024.9.1.1                

.NET Client for Graphlit Platform

Overview

The Graphlit Client for .NET enables easy interaction with the Graphlit API, allowing developers to execute queries and mutations against the Graphlit service. This document outlines the setup process and provides a basic example of using the client.

Prerequisites

Before you begin, ensure you have the following:

  • .NET 6.0 or .NET 8.0 installed on your system.
  • An active account on the Graphlit Platform with access to the API settings dashboard.

Installation

To install the Graphlit Client, use nuget:

dotnet add package Graphlit

Configuration

The Graphlit Client supports environment variables to be set for authentication and configuration:

  • GRAPHLIT_ENVIRONMENT_ID: Your environment ID.
  • GRAPHLIT_ORGANIZATION_ID: Your organization ID.
  • GRAPHLIT_JWT_SECRET: Your JWT secret for signing the JWT token.

Alternately, you can pass these values with the constructor of the Graphlit client.

You can find these values in the API settings dashboard on the Graphlit Platform.

Setting Environment Variables

To set these environment variables on your system, use the following commands, replacing your_value with the actual values from your account.

For Unix/Linux/macOS:

export GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
export GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
export GRAPHLIT_JWT_SECRET=your_secret_key_value

For Windows Command Prompt (CMD):

set GRAPHLIT_ENVIRONMENT_ID=your_environment_id_value
set GRAPHLIT_ORGANIZATION_ID=your_organization_id_value
set GRAPHLIT_JWT_SECRET=your_secret_key_value

For Windows PowerShell:

$env:GRAPHLIT_ENVIRONMENT_ID="your_environment_id_value"
$env:GRAPHLIT_ORGANIZATION_ID="your_organization_id_value"
$env:GRAPHLIT_JWT_SECRET="your_secret_key_value"

Support

Please refer to the Graphlit API Documentation.

For support with the Graphlit Client, please submit a GitHub Issue.

For further support with the Graphlit Platform, please join our Discord community.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
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
2024.9.27.1 0 9/27/2024
2024.9.26.1 25 9/27/2024
2024.9.14.1 106 9/14/2024
2024.9.10.1 70 9/11/2024
2024.9.3.1 71 9/4/2024
2024.9.1.1 73 9/2/2024
2024.8.20.2 117 8/21/2024
2024.8.11.1 95 8/12/2024
2024.8.8.1 146 8/9/2024
2024.8.3.21 66 8/4/2024
2024.8.3.20 57 8/4/2024
2024.8.3.19 63 8/4/2024
2024.8.3.18 56 8/4/2024
2024.8.3.17 57 8/4/2024
2024.8.3.16 59 8/4/2024
2024.8.3.15 51 8/4/2024