Skip to content

Introducing: API Pagination

Sébastiaan Versteeg requested to merge feature/api-pagination into master

Short description

Add option for pagination to the Django REST Framework settings.

Long description

Since we're building the ThaliApp and we're going to have a lot of new features in the future I propose the addition of LimitOffsetPagination as DRT's default pagination implementation so that it can be used if we want to.

Steps to use this feature

Add ?limit=<number> to your favourite DRT list route.

Merge request reports