Return next request (if existing) from a Megamation API response
Source:R/paginate.R
mm_next_req.Rd
mm_next_req()
returns the next request based on the next_url
from the
parsed response.
Arguments
- resp
An API response.
- req
An API request generated by
mm_req()
.