Log in Log out
    Search Results for

      Show / Hide Table of Contents

      Getting started

      You can use the Web Client SDK by adding a new NuGet package source then importing the Web SDK NuGet into your projects.

      Set up MyGet feed

      The Web Client SDK packages are available on the following public feeds:

      • Nuget
      • Npm

      The NuGet V3 feed URL (Visual Studio 2015+):

      https://slpartners.myget.org/F/m-public/api/v3/index.json

      The NuGet V2 feed URL (Visual Studio 2012+):

      https://slpartners.myget.org/F/m-public/api/v2

      The npm feed URL:

      https://slpartners.myget.org/F/m-public/npm/


      Add the appropriate NuGet feed to your Visual Studio package sources to pull in any of the packages. For more information, please see Package sources.

      Set up the project

      1. 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.

      2. Add the Web Client SDK NuGet package (Stylelabs.M.Sdk.WebClient) to your project. For more information about adding a Nuget package, please see Install and manage packages in Visual Studio.

      • Improve this doc
      Back to top Sitecore© 2020. All rights reserved