logoalt Hacker News

0123456789ABCDEtoday at 9:05 AM1 replyview on HN

fastAPI will give you `/openapi.json`, `/docs` with no extra effort

function name becomes a human readable summary, string docs the description

edit: bottle.py and fastapi are the most significant contributions to web frameworks in python — decorators for path handlers, typed input/output, automatic docs


Replies

Muromectoday at 9:33 AM

Is it like flask, but even flaskier?

show 2 replies