oxidecomputer / oxidecomputer/third-party-api-clients
GitHub client: `list_repos_starred_by_user(...)` does not have any convenience function for retrieving all pages of paginated results
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 150
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
A lot of different parts of the github client has convenience functions for retrieving all pages from paginated endpoints.
However, the following one https://docs.rs/octorust/latest/octorust/activity/struct.Activity.html#method.list_repos_starred_by_user list_repos_starred_by_user(...) does not have any convenience function for doing so.
I would like that such a convenience function is added for this one as well.
Contributor guide
No contributing guide indexed for this repository
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
Start with the Activity::list_repos_starred_by_user(...) entry point linked in the issue and compare it with the GitHub client’s existing convenience functions for paginated endpoints. Done means this method has an equivalent convenience function that retrieves all pages of starred repositories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100