LazyPagedSequence provides a simple iterable interface to paged data structures such as REST API clients. This is useful when exposing paged data structures to Django's Paginator in cases where it is not performant to fetch all records ahead of time.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
LazyPagedSequence is available under the GNU Affero General Public License.