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
This is more or less intended. When creating an iterator of a PaginatedResponse it re-initializes the data and the string method returns the same thing. To iterate over the items in a paginated response it needs to loop over page.data.
The prints in this code have the same result:
Must be a bug in PaginatedResponse.
The text was updated successfully, but these errors were encountered: