Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.13 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.13 KB

API Reference

This section provides detailed documentation for the tinystruct framework's API.

Core APIs

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:

  1. Class/Interface overview
  2. Method descriptions
  3. Parameter details
  4. Return value information
  5. Example usage
  6. Common patterns and best practices

For more detailed examples and tutorials, refer to the main documentation sections.