You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: