org-lms
org-lms copied to clipboard
Add Pagination
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.