Use "per_page=100" query parameter#39
Conversation
When searching for user's repositories - append "per_page=100" query parameter to get a better overview on available repositories, otherwise only a default number is returned (I guess around 30). For instance without it - a very popular "antrirez/redis" does not show up in lookup list. This is not an ideal solution, but uses the maximum available value for "per_page" without introducing real paging/querying for repositories in some other way.
|
Are you sure this is working? @tporadowski Using your code and appending |
|
Hi @tooomm, It is working, but you apparently misunderstood my comment - "per_page=100" is added to call that searches for repositories of given Github user and later on offers them in lookup list when you start typing in the second text box. It's not about number of releases shown as result. Regards, |
|
Yes, it helps a lot to solve #40, though as I stated - a full paging solution would be needed as this one works for up to 100 repos. |
|
Closing this since it is fixed with #49 |

When searching for user's repositories - append "per_page=100" query parameter to get a better overview on available repositories, otherwise only a default number is returned (I guess around 30). For instance without it - a very popular "antrirez/redis" does not show up in lookup list. This is not an ideal solution, but uses the maximum available value for "per_page" without introducing real paging/querying for repositories in some other way.