| Summary: | GitHub Integration Limited to Getting 30 Repos By Default, But API Can Get More w/ Paging | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Jason Alan Smith <Jason.Smith> |
| Component: | Project provider: Github | Assignee: | kdevelop-bugs-null |
| Status: | REPORTED --- | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Appimage | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I found this morning I was only seeing 30 repositories in the retrieved list but I have 32 repositories on GitHub. With help from kfunk on #kdevelop learned the API was limiting to 30 by default. Found you can do ?per_page=<up to 100 per page> to retrieve more repositories. https://api.github.com/users/qa/repos?per_page=100 where <qa> is your GitHub account. This is a nice-to-have, wish list item for me.