-1
Hello, then, I have a request GET for an API, which returns a json, only that the records are limited to 100 per page, reaching 100 it returns a parameter "next" with the link to next page... the problem is, how do I take all the results and put in an array? I did, but it’s not working.... follow code... I appreciate the help...
But how would I know the next link to the next page? each page returns a different link to the next page.
– Guga_Opala
you use a GET for that.
– Munareto