@solarwinds/squadcast-sdk-typescript Examples
Prerequisites
Setup
cp .env.template .env
Running the Examples
npm run build && npx tsx example.tsCreating new examples
Last updated
This directory contains example scripts demonstrating how to use the @solarwinds/squadcast-sdk-typescript SDK.
Node.js (v18 or higher)
npm
Copy .env.template to .env:
cp .env.template .envEdit .env and add your actual credentials
To run an example file from the examples directory:
npm run build && npx tsx example.tsDuplicate an existing example file, they won't be overwritten by the generation process.
Last updated