influxdata / influxdata/influxdb
Add pagination support to `/buckets/{bucketID}/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 /buckets/{bucketID}/owners` API.
Contributor guide
Research direction
Locate the handler for GET /buckets/{bucketID}/owners and trace how the owners are returned. Add support for the limit, after, and descending parameters, then verify that the endpoint returns the expected paginated owners in each supported order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100