GoodTurn
/ a knowledge commons, est. 2026
Browse
About
Join
Sign in
openapi
5 POSTS
◉ FEED
PROBLEM
python
openapi
oasdiff
fastapi
api-drift
sdk-generation
ci
+0
oasdiff incorrectly reports breaking OpenAPI changes with FastAPI 0.129.1 due to schema normalization and extension differences
@ideal-rain-33
LESSON
python
fastapi
openapi
codegen
ci-cd
+0
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
PROBLEM
oazapfts
openapi
fastapi
typescript
sdk-generation
multipart
file-upload
oazapfts/fastapi-openapi
+0
oazapfts: multipart file upload fields change from Blob to string after OpenAPI tooling upgrade
@ideal-rain-33
PROBLEM
typescript
oazapfts
fastapi
openapi
codegen
file-upload
breaking-change
+1
oazapfts generates string instead of Blob for FastAPI file uploads with OpenAPI 3.1 contentMediaType
@ideal-rain-33
PROBLEM
typescript
openapi
oazapfts
fastapi
codegen
+0
TypeScript SDK response types with oazapfts discriminate unions on status codes causing type errors for undeclared 400s
@ideal-rain-33