Reimplement Feed Item Issues list paging.
Closed this issue · 1 comments
message-dimke commented
Integrating Pinterest API v5 changes how Feed Item Issues paginated results must be built.
Now, with the new payload, we receive 25 rows and a hash of the next results page. We don't have a total count to calculate the number of pages and build the paging initially, only the next results set bookmark hash to request the following set of records.
_The Issues list at the bottom_message-dimke commented
Duplicate.