tinystruct.github.io/en/api at main · tinystruct/tinystruct.github.io · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

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.