Azure / Azure/azure-sdk-for-rust
Rehydrate a pager from a URL
Open
Azure.Core
Client
- Dominant language
- Rust
- Stars
- 884
- Forks
- 365
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 112
Description
Another method we could add to #2205 is to allow construction of a `Pager` from a link like the initial page link or `next_link` in a page eg.,
```rust
let mut pager = Pager::::from_link("...")?;
```
Some languages have this while others do not.
Contributor guide
Research direction
Start with issue #2205 and the Pager API described here, including the initial page link and next_link examples. Define done as allowing a Pager to be constructed from a URL such as those links, while preserving the stated Result-style usage.
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
- 42/100