oxidecomputer / oxidecomputer/omicron
Consistent pagination for networking APIs
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
There are some networking APIs that are not paginated that probably should be.
networking_bgp_importednetworking_bgp_exportenetworking_bgp_statusnetworking_bgp_announce_set_list
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Rust entry points for networking_bgp_imported, networking_bgp_exporte, networking_bgp_status, and networking_bgp_announce_set_list. Compare them with an existing paginated networking API to determine the consistent pagination behavior. Done means all four APIs expose pagination in the same way and their behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100