With the new commit removing total and last_page fields from the item listings endpoint, there is no way to access all of the paginated data without randomly guessing how many pages there are and requesting them until an error occurs, which will put more load on the server as well as be a bad user experience for consumers of the api.
With the new commit removing
total
andlast_page
fields from the item listings endpoint, there is no way to access all of the paginated data without randomly guessing how many pages there are and requesting them until an error occurs, which will put more load on the server as well as be a bad user experience for consumers of the api.