Closed ahsankhatri closed 5 years ago
As can be seen here: https://developer.github.com/changes/2012-09-05-watcher-api/
GitHub has made changes to their API where watchers, stargazers_count, watchers_count correspond to the number of users that have starred a repository, while subscribers_count corresponds to the number of watchers.
watchers
stargazers_count
watchers_count
subscribers_count
Thanks
As can be seen here: https://developer.github.com/changes/2012-09-05-watcher-api/
GitHub has made changes to their API where
watchers
,stargazers_count
,watchers_count
correspond to the number of users that have starred a repository, whilesubscribers_count
corresponds to the number of watchers.