Hacker News new | ask | show | jobs
by eigenvalue 615 days ago
FastAPI automatically generates the openapi.json file for you, which is how it's able to also give you the Swagger page "for free" once you've defined the route structure. It's very convenient.