Hacker News new | ask | show | jobs
by pattycakes 820 days ago
Waste of time imo if you use a framework like fastapi which generates the spec for you
1 comments

Exactly this, I’ve been a python guy which is apparently not the main language used by most api developers or what? Is there nothing like FastAPI in js land? I do start my APIs by writing the openAPI spec, only it’s written in pydantic inside FastAPI and turns out this also creates the actual API lol.