Good morning,
via REST API, I download a large number of articles from my database (MySQL). It takes a few minutes to load them all at once, so I would like to know how to add pagination or at least a “Show more” button or infinite scrolling.
I have already looked through dozens of pages and nowhere have I found step-by-step instructions on how to do something like this.
Please help.