I'm requesting sth, that returns more than 100 results. eg:
tc.vcs_root_api.get_roots()
This obviously returns a paginated result, as also the next_href etc is set.
From the docs it's unclear to me how to access the next pages of the result. Could you maybe give a hint what the right way would be todo this?
I'm requesting sth, that returns more than 100 results. eg:
tc.vcs_root_api.get_roots()This obviously returns a paginated result, as also the
next_hrefetc is set.From the docs it's unclear to me how to access the next pages of the result. Could you maybe give a hint what the right way would be todo this?