Cylon
Member
Hi!
This endpoint would be the perfect endpoint to implement an infinite scroll of new posts, but regrettably, it is limited to the 3 pages.
The alternative to implement an infinite scroll with the other endpoints available is much more complicated (the only idea I have is to retrieve a page with the threads for each forum, mix them in the client-side, and when the bottom of the infinite scroll is reached, repeat this process, but the performance is very poor and not elegant).
Thanks!
This endpoint would be the perfect endpoint to implement an infinite scroll of new posts, but regrettably, it is limited to the 3 pages.
The alternative to implement an infinite scroll with the other endpoints available is much more complicated (the only idea I have is to retrieve a page with the threads for each forum, mix them in the client-side, and when the bottom of the infinite scroll is reached, repeat this process, but the performance is very poor and not elegant).
Thanks!
Upvote
2