How to deal with pagination?
Hello guys,
I am stuck in a problem with pagination. I am building an app that retrieves all the items from Inventory and we have more than 200 items, so the invokeURL has pagination. According the API, the field has_more_pages indicates if there are more pages, but because of deluge has not while loops, I am not able to retrieve the items of the second and third page.
Has anyone developed a solution to this problem?