fastapi-saas-base
fastapi-saas-base copied to clipboard
Pagination
I need to figure out how to make my listing endpoints respond in a paginated way.
Maybe using some sort of generic pydantic schema.
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.