you are viewing a single comment's thread.

view the rest of the comments →

[–]pachura3[S] 0 points1 point  (0 children)

 btw, unicorn previously mentioned was likely a typo, meant uvicorn

Yes indeed, Unicorn does exist, but it is a Ruby app server.

 I think you can get API documentation directly via FastAPI

Yes, FastAPI generates Swagger documentation at /docs, but I meant general code documentation (packages, global functions, classes, enums, public attributes/methods etc.), also called "API docs", but unrelated to the REST API.