tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client Code Generation via OpenAPI Specification

AGhost-7 opened this issue · comments

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?