↧
Answer by Ionică Bizău for GitHub Api: User followers - paging?
The max number of items per page is 100, so using the per_page=100 querystring parameter will increase the result to have 100 users per...
View ArticleGitHub Api: User followers - paging?
I am playing with some Javascript and Github API, and I've came to one problem.Each time, when I try to call for followers of any user who has followers, the callback that I get from the server shows...
View Article