Installation
Authentication
Initialize the SDK with your API key. Obtain your key from the account settings.Core Operations
Devices
List All Devices
Find Device by Name
Get Device by ID
Create New Device
Update Device
Delete Device
Content Management
Upload File Asset
Create Website Asset
Modify Asset Settings
Common Use Cases
Managing Digital Screens
- Push Content to Screen:
- Reboot Device:
Error Handling
The SDK uses TypeScript for better type safety and includes comprehensive error handling. Always wrap API calls in try-catch blocks:Best Practices
- Error Handling: Always implement proper error handling in your applications
- Authentication: Keep your API key secure and never expose it in client-side code
- TypeScript: Take advantage of TypeScript types for better code completion and error detection
- Team ID: Keep track of your team ID for operations that require it