influxdata / influxdata/influxdb
Add pagination support to `/orgs/{orgID}/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 /orgs/{orgID}/owners` API.
Contributor guide
Research direction
Start by locating the handler or entry point for GET /orgs/{orgID}/owners and inspect how its current response is built. Determine how limit, after, and descending are represented by nearby paginated APIs, then add matching coverage for this endpoint. Done means the endpoint accepts these parameters and returns correctly paginated owners.
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
- 45/100