org-lms icon indicating copy to clipboard operation
org-lms copied to clipboard

Add Pagination

Open titaniumbones opened this issue 4 years ago • 0 comments

U of T servers appear to max out at 100 responses per page, e.g. when returning users. The basic canvas-request function should parse the LINK header and run recursively, then assemble the full list of students (or whatevers).

This page has a pagination example written in JS that could be an example. I don't do much recursion in lisp, so will have to think about it a bit.

titaniumbones avatar Oct 20 '21 11:10 titaniumbones