Skip to contents

mm_next_req() returns the next request based on the next_url from the parsed response.

Usage

mm_next_req(resp, req)

Arguments

resp

An API response.

req

An API request generated by mm_req().

Value

An object of class httr2_request or NULL.