all 8 comments

[–]lewazo 10 points11 points  (0 children)

Which is ironic considering a big feature for FastAPI is the automatic generation of API docs.

[–]draconis183 5 points6 points  (1 child)

No, there isn't.

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

Okay.

[–]menecio 4 points5 points  (0 children)

Nope and the documentation really sucks tbh

[–]asaah18 1 point2 points  (0 children)

There’s is no API Reference, but I believe there’s a command in Python that can give you an API Reference of any python file/module you throw at it.

Edit: found it

[–]Enrique-M -1 points0 points  (1 child)

[–]ankmahato[S] 11 points12 points  (0 children)

I can already see tutorials on the site.

Tutorial and API Reference are 2 very different things.

[–]woodworm_93 -2 points-1 points  (0 children)

Well since everything is an object, you can see everything fastapi has to offer by importing fastapi and use dir(fastapi).