Snider
|
e3259257ac
|
feat(code): add /code:api for API client generation (#108)
Add API client generator command that:
- Parses Laravel routes file (routes/api.php)
- Generates TypeScript client with DTOs (--ts, default)
- Generates JavaScript client (--js)
- Generates OpenAPI 3.0 specification (--openapi)
- Supports apiResource routes
Migrated from core-claude PR #52.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-02 07:31:33 +00:00 |
|