Installation
Install the@yasumu/core package:
Quick start
Architecture
The Yasumu SDK is organized into several key components:Core classes
- Yasumu - Main SDK instance that coordinates all operations
- WorkspaceManager - Manages workspace lifecycle and activation
- Workspace - Represents a Yasumu workspace with modules
Modules
- RestModule - Manage REST API requests and entities
- EmailModule - SMTP email testing capabilities
- EnvironmentManager - Manage environment variables and secrets
Event system
- YasumuEventBus - Type-safe event emitter for SDK events
Package exports
The SDK exports from multiple packages:@yasumu/core- Core SDK functionality@yasumu/common- Common types and interfaces@yasumu/rpc- RPC client for platform communication
Next steps
Installation
Install and configure the SDK
Yasumu class
Main SDK instance
Workspace
Workspace management
REST module
REST API testing