Get the next, previous, first or last page of results
cnvs_next(response) cnvs_prev(response) cnvs_first(response) cnvs_last(response)
response | An object returned by a |
---|
Answer from the API.
Note that these are not always defined. E.g. if the first page was queried (the default), then there are no first and previous pages defined. If there is no next page, then there is no next page defined, etc.
If the requested page does not exist, an error is thrown.
The .limit
argument to cnvs()
supports fetching more than
one page.