Open Ryanb58 opened 4 years ago
Generic Models:
https://pydantic-docs.helpmanual.io/usage/models/#generic-models
How about https://github.com/uriyyo/fastapi-pagination ?
@pachacamac Wish that library was around back when I was playing around with fastapi
. Thanks for pointing it out.
I need to figure out how to make my listing endpoints respond in a paginated way.
Maybe using some sort of generic pydantic schema.