Introducing: API Pagination
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.