Get 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:
The npm feed URL:
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
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, please see Install and manage packages in Visual Studio.
Can we improve this article ? Provide feedback