influxdata / influxdata/influxdb
Add pagination support to `/checks/{checkID}/labels` API
Open
area/2.x
area/api
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Add support for `limit`/`after`/`descending` to the `GET /checks/{checkID}/labels` API.
Contributor guide
Research direction
Start by locating the GET /checks/{checkID}/labels handler and compare it with other paginated API endpoints. Trace how limit, after, and descending are represented and validated, then confirm the endpoint returns the expected paginated results through the relevant API tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100