API Reference
This section provides detailed documentation for the tinystruct framework’s API.
Core APIs
- Action API - Defines routes and commands in tinystruct applications
- Application API - Core application functionality and lifecycle
- Configuration API - Managing application settings
- Database API - Database integration and operations
Web APIs
- Request/Response Handling
- Session Management
- Cookie Management
- File Upload/Download
- JSON/XML Processing
CLI APIs
- Command Line Arguments
- Interactive Console
- Progress Reporting
- File System Operations
Utility APIs
- Logging
- Validation
- Internationalization
- Security
- Event Handling
Extension APIs
- Plugin System
- Custom Repository Types
- Custom Action Handlers
- Custom Response Types
How to Use This Reference
Each API section includes:
- Class/Interface overview
- Method descriptions
- Parameter details
- Return value information
- Example usage
- Common patterns and best practices
For more detailed examples and tutorials, refer to the main documentation sections.