Need to account for multiple pages during service requests
Opened this issue · 1 comments
dkrame11 commented
During service requests like LineItem.find_or_create_lineitem()
we often have new LineItems
created since the request only gets the first 50 and doesn't check if theres a next page.
hmoffatt commented
It should continue with subsequent pages - see find_lineitem and get_lineitems here:
pylti1.3/pylti1p3/assignments_grades.py
Line 110 in 7474685