full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Client Code Generation via OpenAPI Specification
Since we have an OpenAPI spec provided by fastapi, it would be nice to use it for more than just documentation purposes. There are several code generators out there, maybe it would be possible to use them to generate the api.ts
and interfaces from webpack?