Usage of pagination
- Dominant language
- Python
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the tc.vcs_root_api.get_roots() entry point and inspect how its paginated result exposes next_href. Clarify in the documentation how callers access subsequent pages, with an example that covers results beyond the first 100; done means the pagination workflow is unambiguous.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100