aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi/fortee.yaml
AgeCommit message (Collapse)Author
2026-02-14feat(openapi): generate OpenAPI specs from TypeSpec sourcesnsfisis
Migrate hand-written OpenAPI YAML to TypeSpec (.tsp) source files. TypeSpec compiles to OpenAPI 3.0 YAML, enabling type-safe API definitions. - Add typespec/ directory with api-server and fortee definitions - Integrate TypeSpec build into `just gen` and `just build` pipelines - Update backend handler code to match new generated type names (inlined error responses, separate GameType/ProblemLanguage enums) - Regenerate frontend TypeScript types from new OpenAPI output Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2024-08-19chore: fix commentnsfisis
2024-08-17feat(backend): add API definition of fortee user getnsfisis
2024-08-17feat(backend): allow login/signup with email addressnsfisis
2024-08-11refactor(backend): define OpenAPI spec of fortee login APInsfisis