This is the official SDK for Kiberon Labs' Design Tokens API. This SDK is autogenerated but is fully typed and should be in sync with the exposed API endpoint.
npm install @kiberon-labs/design-tokens-sdk
import { AuthApi,Configuration } from '@kiberon-labs/design-tokens-sdk';
const config = new Configuration({
apiKey:"<YOUR_API_KEY>"
});
const api = new AuthApi(config);
See the Technical SDK docs here
See the dev docs for startup
This repository is published under the MIT license.