SDK
This guide will get you started working with the SDK for Bizzkit CMS.
Installation
Add a .npmrc to your project, in the same directory as your package.json:
Then, run vsts-npm-auth to get an Azure Artifacts token added to your user-level .npmrc file
Note: You don't need to do this every time. npm will give you a 401 Unauthorized error when you need to run it again.
Finally install the package:
Usage
Signing in with Bizzkit products from within a Builder plugin
This will provide you with a bearer token that can then be used to call other Bizzkit product APIs, such as DAM, ECS and PIM. The function also takes care of caching the bearer token so the user is not prompted to sign in each time.