dmitry-viskov/pylti1.3

Need to account for multiple pages during service requests

Opened this issue · 1 comments

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.

It should continue with subsequent pages - see find_lineitem and get_lineitems here:

def get_lineitems(self):