Many API endpoints provide common pagination properties. arc_paginate_request() automatically applies pagination to an input request.
arc_paginate_req(req, page_size = 10, max_pages = Inf, .progress = TRUE)a list of httr2_response.
an httr2_request ideally created with arc_base_req
a scalar integer between 1 and 100 indicating the number of responses per page.
the maximum number of pages to fetch. By default fetches all pages.
default TRUE. Whether to display a progress bar for requests.
arc_base_req()