Retrieve more items from the REST API per call #442
Labels
enhancement
An issue or pull request introducing new functionality to the project.
triage needed
An issue that needs to be reviewed by a member of the team.
Feature Idea Summary
Add support for varying page sizes using the per_page parameter.
Feature Idea Additional Details
We have a large number of repos, and it's far faster to retrieve as many as possible in a single request. GitHub's REST API supports the per_page parameter that allows us to retrieve up to 100 items (for the endpoints I checked), defaulting to 30 items.
Requested Assignment
I can do it, but it seems a bit complex, based on Invoke-GHRestMethodMultipleResult. So I might have to have guidance as far as the standards I need to follow in this function.
Operating System
All
PowerShell Version
Module Version
Running: 0.17.0
Installed: 0.17.0
The text was updated successfully, but these errors were encountered: