ResultsPaginator needs to use query params when fetching next page of results
Closed this issue · 2 comments
srallen commented
ResultsPaginator
isn't using the query params from the initial GET
request when subsequent pages are called by next()
srallen commented
Looks like the query params for project id and page is in the next_href
, but is missing the last_id
query param that is used when calling for Classifications since a particular id.
srallen commented
ResultsPaginator
is using the meta data on the response and is working as expected. Going to close and give direction to call a new GET
request with whatever the new last_id
is.