influxdata / influxdata/influxdb
Add pagination support to `/stacks` 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 /stacks` API.
Contributor guide
Research direction
Start at the GET /stacks API entry point and trace how its request parameters and results are handled. Compare the endpoint with other paginated API endpoints in the repository, then verify that limit, after, and descending are accepted and produce the expected paginated ordering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100