Cuda
❔ How to read json api data from remote server that uses paging?
So I need some direction of how we can pull all data from a json api website that only sends 50 items per page. I can pull json data successfully but I only get the first 50 items out of at least 1030 items total. How do we make the server give us the rest of the data? On my end what structure would I use to build or receive it?
25 replies