-
I am trying to figure out why the GitHub RestAPI returns unexpected results. By this link the service shows 4 subscribers: https://yhype.me/github/accounts/andry81-devops/github-accum-stats/stars
But if directly request the RestAPI: https://api.github.com/repos/andry81-devops/github-accum-stats/subscribers It returns only 1 (excluding myself):
I have tried to request the events too: https://api.github.com/networks/andry81-devops/github-accum-stats/events?per_page=100&page=1 Neither the way it does returns the same amount of subscribers as your service:
Why is that happens? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems for stargazers is a different url: https://api.github.com/repos/andry81-devops/github-accum-stats/stargazers |
Beta Was this translation helpful? Give feedback.
Seems for stargazers is a different url:
https://api.github.com/repos/andry81-devops/github-accum-stats/stargazers