hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
45 stars 14 forks source link

Fetch all pages of paginated Canvas Studio API responses #6367

Closed robertknight closed 1 month ago

robertknight commented 1 month ago

Lists of collections and media are paginated, using offset-based pagination. Fetch all of pages, up to a limit, instead of just the first one. Also increase the size for each page from 20 items up to the maximum of 50.

Fixes https://github.com/hypothesis/lms/issues/6354