#Ashrith-pagination

1 messages · Page 1 of 1 (latest)

slender glen
#

it is making 120 API calls to fetch them.
it doesn't, it makes two. But your loop's body will get called 120 times(one for each item) yep, which is normal and what you'd want I think

#

the library is handling the API layer for you, you don't need to think about it in terms of numbers of API requests, just in terms of processing the data returned in the loop!

solar coyote
#

Ok, How can i check if we are making only 2 API calls here?

#

I got it.