Commit Graph

2 Commits

Author SHA1 Message Date
DEV_DSW
25102c2ae4 feat(api): restore and update api-request module structure 2026-04-20 16:51:09 +08:00
DEV_DSW
2eaa8951f6 feat(api): generate and update API client modules
Add new API client modules for various endpoints including authentication, orders, events, and configuration management. Update existing modules to use the standardized request utility. Add post-generation script to restore request.ts after openapi-ts generation to prevent file deletion issues.

The API client generation now includes comprehensive TypeScript types and proper request handling for all endpoints. The request utility has been enhanced to handle query parameters and response parsing consistently across all API calls.
2026-04-20 16:42:04 +08:00