influxdata / influxdata/influxdb
Add pagination support to `/tasks/{taskID}/owners` 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 /tasks/{taskID}/owners` API.
Contributor guide
Research direction
Start by locating the handler for GET /tasks/{taskID}/owners and compare it with other paginated API endpoints. Add limit, after, and descending support, and verify that the endpoint returns the expected paginated owners results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100