Forum Discussion

djs1984's avatar
djs1984
Frequent Visitor
1 year ago

Paginated Data Without Total Pages

Hi,   I've been trying to fetch dynamic data from an API with no known TotalPages parameter. There is a num_pages parameter, and a has_more one; if has_more is 1, there are more pages. So, I need t...