devopshq / devopshq/teamcity

Usage of pagination

Open
#21 3 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.