Get started
You can use the Web Client SDK by adding a new NuGet package source when importing the Web SDK NuGet into your projects. The Web Client SDK packages are available from the following NuGet feed:
https://nuget.sitecore.com/resources/v3/index.json
Add the appropriate NuGet feed to your Visual Studio package sources to pull in the required packages.
Set up the project
-
Create a new project in Visual Studio (Code). The project can be either a console application or an Azure Function App. In the following examples, we will be using a .NET Core 2.1 console application.
-
Add the Web Client SDK NuGet package (Stylelabs.M.Sdk.WebClient) to your project. For more information about adding a NuGet package, see Install and manage packages in Visual Studio.