go-quasar-partial-ssr/backend
fabio 3461395eb3 feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports
- Added a new function `GetApiFile` to generate the TypeScript API file dynamically based on environment variables.
- Updated `TSEndpoint` struct to include an `Imports` map for tracking TypeScript imports.
- Enhanced `VerifyTypes` method to manage request and response types more effectively, including nullable types.
- Modified `ToTs` method to generate TypeScript code with improved type handling.
- Introduced `TSFiles` struct for managing generated TypeScript files and saving them to the filesystem.
- Implemented formatting of generated TypeScript code using Prettier.
- Added new TypeScript files for various endpoints, including user management and system utilities.
- Updated existing TypeScript files to reflect changes in API structure and response types.
2026-04-15 18:25:31 +02:00
..
GeneratedCode feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
cmd/server feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
configs Refactor user management module: rename package, restructure user controller, and implement authentication features 2026-04-06 21:37:06 +02:00
data Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
internal feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
pkg/ts-rpc feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
spa Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
templates/mailTemplates Add signup and email templates for user registration and password reset 2026-04-05 20:46:35 +02:00
.DS_Store DS_store removed 2026-03-16 20:14:18 +01:00
.env feat(tsrpc): enhance TypeScript API generation with improved endpoint handling and imports 2026-04-15 18:25:31 +02:00
go.mod qualche modifica 2026-03-16 20:25:45 +01:00
go.sum qualche modifica 2026-03-16 20:25:45 +01:00
postman_collection.json first commit 2026-03-16 20:03:59 +01:00