split one query into little parts
hi guys
i have a query ex: https://myapi.com/items
it returns 1000 items
but also this endpoint support pagination
i want to split this big query into 100 little queries
so i want to fetch 100 items 10 times one after another
the best way to do this?
i have a query ex: https://myapi.com/items
it returns 1000 items
but also this endpoint support pagination
i want to split this big query into 100 little queries
so i want to fetch 100 items 10 times one after another
the best way to do this?