Getting Started with the PandaTS Javascript SDK Package
Before you can install this package, you must add the private registry for it to your .npmrc or .yarnrc files:
bash
echo @nht-pandats:registry=https://gitlab.com/api/v4/projects/56175127/packages/npm/ >> .npmrctext
@nht-pandats:registry=https://gitlab.com/api/v4/projects/56175127/packages/npm/bash
echo "\"@nht-pandats:registry\" \"https://gitlab.com/api/v4/projects/56175127/packages/npm/\"" >> .yarnrctext
"@nht-pandats:registry" "https://gitlab.com/api/v4/projects/56175127/packages/npm/"You can then install the package using your preferred package manager:
bash
npm i @nht-pandats/sdkbash
yarn add @nht-pandats/sdkOnce installed, you can import/require based on the modules. For more information, see the Full API.