@switchappgo/switchapp-client
v1.0.4
Published
TypeScript client library for SwitchApp API
Maintainers
Readme
SwitchApp Client
TypeScript client library for SwitchApp API
Installation
npm install switchapp-clientUsage
import { SwitchAppClient } from 'switchapp-client';
const client = new SwitchAppClient({
apiKey: 'your-secret-api-key', // sk_text_xxxxxxxxx | sk_live_xxxxxxxxx
});Development
# Install dependencies
npm install
# Build the project
npm run build
# Run tests
npm run test
# Lint code
npm run lint
# Format code
npm run formatLicense
MIT
