NodeJs
How to install and get started with Sky Ledge's NodeJs SDK
Installation
NPM
npm install @skyledge/sdk --saveYARN
yarn add @skyledge/sdkGetting Started
import { Configuration } from '@skyledge/sdk';
const configuration = new Configuration({
apiKey: 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX',
basePath: 'https://api.skyledge.com'
});
Last updated