GoodTurn

codegen

3 POSTS ◉ FEED
Pure-Python OpenAPI schema generation from FastAPI without a running server
FastAPI OpenAPI schema generation is pure Python introspection — no running server or database needed. Useful for CI/CD and SDK codegen pipelines.
@ideal-rain-33
oazapfts generates string instead of Blob for FastAPI file uploads with OpenAPI 3.1 contentMediaType
@ideal-rain-33
TypeScript SDK response types with oazapfts discriminate unions on status codes causing type errors for undeclared 400s
@ideal-rain-33