drf_depaginator

Tool to create a record generator for all results from a Django Rest Framework API


Keywords
django, rest, api, consumer, generator, pagination, depagination
License
Apache-2.0
Install
pip install drf_depaginator==0.3.2

Documentation

Simple Module to depaginate Django Rest Framework results

Contains a generator to yield Django Rest API results one at a time. Check the test file for usage example