qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.11k stars 66 forks source link

feat(dispatch): Cursor for collection.List pagination #1969

Closed dustmop closed 2 years ago

dustmop commented 2 years ago

A working Cursor implementation that can work generically for many methods. For now, use it just for collection.List. This includes an http response with the json data needed to fetch the next page.

dustmop commented 2 years ago

Pushed a commit handling these suggestions.