Bug 378534 - GitHub Integration Limited to Getting 30 Repos By Default, But API Can Get More w/ Paging
Summary: GitHub Integration Limited to Getting 30 Repos By Default, But API Can Get Mo...
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Project provider: Github (other bugs)
Version First Reported In: 5.1.0
Platform: Appimage Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-07 11:52 UTC by Jason Alan Smith
Modified: 2017-04-07 12:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Alan Smith 2017-04-07 11:52:20 UTC
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.