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.