Get Started
The Connector SDK (also referred to as the "Integration SDK") provides a set of tools and libraries to help get your connector off the ground. It abstracts away everything that sits between you and your graph.
Installation
The SDK is distributed as a private NPM package (@unitoio/integration-sdk) hosted on GitHub Packages.
Access is granted on request — ask your Unito partner manager, or reach out through unito.io,
to request access to the SDK.
Once you have received an access token, configure npm for the @unitoio scope and install the SDK:
echo '@unitoio:registry=https://npm.pkg.github.com/unitoio' >> .npmrc
echo '//npm.pkg.github.com/:_authToken=${UNITO_GITHUB_PKG_TOKEN}' >> .npmrc
export UNITO_GITHUB_PKG_TOKEN=<your token>
npm install @unitoio/integration-sdk