forked from 0xWheatyz/SPARC
Auto-generate TypeScript API client from FastAPI OpenAPI spec #848
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The frontend currently maintains hand-written API types that can drift from the backend. Auto-generating the TypeScript client from the FastAPI OpenAPI spec eliminates this class of bugs.
Roadmap Reference
P3 Nice to Have -- OpenAPI client generation. See ROADMAP.md.
What to Do
Acceptance Criteria
Resolved by PR #443. TypeScript API client auto-generated from FastAPI OpenAPI spec with CI freshness check.