@automationhelpers/smartsuite
v0.4.0
Published
TypeScript SDK and CLI for SmartSuite API
Maintainers
Readme
SmartSuite SDK
A TypeScript SDK for interacting with the SmartSuite API, featuring both a programmable client and a CLI tool.
🚀 Features
- Type-Safe API Client: Fully typed TypeScript SDK for SmartSuite API
- CLI Tool: Command-line interface for common SmartSuite operations
- Modern Build System: ESM and CommonJS support
- Single Package: Both SDK and CLI in one install
📦 Installation
npm install @eligeske/smartsuite-sdk🔧 Configuration
Set up your SmartSuite credentials using the CLI:
# Using the CLI
npx smartsuite configure
# Or set environment variables
SMARTSUITE_API_KEY=your_api_key
SMARTSUITE_ACCOUNT_ID=your_account_idOptional environment variables:
