Does it have a class-based view?
Follow FastAPI's template for questions, please: https://github.com/tiangolo/fastapi/blob/master/.github/ISSUE_TEMPLATE/question.md
Short answer: No.
Long answer: I don't know if your question makes sense without a context, so it's kind a difficult answering it.
There is an example in the FastAPI postgres starter repo: which implements CRUD CBV's in a generic way.
Used something like that in several apps that have simple CRUD requirements.
Not sure if it answers your question though.
See fastapi-utils package
Following @tiangolo 's comment: https://github.com/tiangolo/fastapi/issues/1605#issuecomment-660612304
Here you have: https://fastapi-utils.davidmontague.xyz/user-guide/class-based-views/
Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.
Thanks for the help here, everyone! :cake: