influxdata / influxdata/influxdb
Add pagination support to `/dbrps` 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 /dbrps` API.
Contributor guide
Research direction
Start by locating the GET /dbrps API handler and examining how related endpoints implement limit, after, and descending parameters. Add pagination support for /dbrps, then verify the endpoint returns correctly ordered, bounded results and handles continuation from the after value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100