Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev guideRecipesAPI ReferenceChangelog
Dev guideRecipesUser GuidesNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev guide

Install Optimizely Graph .NET Client

How to install the .Net client package.

In Visual Studio, go to Tools > Nuget Package Manager > Package Manager Console. At the console, enter install-package Optimizely.Graph.Client

Optimizely also provides Optimizely.Graph.Client.Tools for generating Optimizely Graph's schema to C# classes. To install the tool locally or globally, see the GitHub repository for the commands.