Quantcast
Channel: GitHub Api: User followers - paging? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

GitHub Api: User followers - paging?

$
0
0

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 only 30 users. For example:

https://api.github.com/users/vojtajina/followers - 30 followers

and user followers from original website:

https://github.com/vojtajina/followers - 1,039 followers

My questions is - what is going on? There is no 'next page' in the callback from the server. How can I get all of his/hers followers in the callback?


Viewing all articles
Browse latest Browse all 2

Trending Articles