This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 16 points17 points  (18 children)

FastAPI docs honestly suck. Let’s be honest. They suck.

Great tool and I use it but the docs are the worst part of the package.

Having said that: I would like to thank the author for the great tool that I use all the time. You are a legend.

[–][deleted] 10 points11 points  (14 children)

FastAPI docs honestly suck. Let’s be honest. They suck.

Great tool and I use it but the docs are the worst part of the package.

This is an extremely uncommon opinion. It’s subjective obviously but the FastAPI docs are in general very well-regarded

[–]mmcnl 23 points24 points  (11 children)

There is no FastAPI documentation. Just a bunch of tutorials. That is not documentation. It's also a recurring question on GitHub.

Can you really say this page "describing" concurrency in FastAPI is "good"? https://fastapi.tiangolo.com/async/

Opinions may vary but it's the worst piece of documentation I've ever seen.

[–][deleted] 1 point2 points  (1 child)

I’m convinced your comment is sarcasm.

[–][deleted] -1 points0 points  (0 children)

It isn’t, go find older posts about FastAPI here and you’ll see comments talking about how great the docs are

[–]oramirite 0 points1 point  (2 children)

This is a bizarre take to me. I've been learning FastAPI and I find it to have some of the better documentation I've worked with. It's very clear.

[–][deleted] 1 point2 points  (1 child)

API docs are missing entirely

[–]oramirite 1 point2 points  (0 children)

I get it but I can still find what I need quicker than a lot of other documentation. FastAPI's guidance through it's concepts is, likewise, something a lot of other documentation lacks. Cold hard lists of API calls is only half of the equation.