[Issue] Watchers is not pulling from the length of subscribers in https://api.github.com/users/${owner}/starred
#3264
Labels
https://api.github.com/users/${owner}/starred
#3264
Code of Conduct
What article on docs.github.com is affected?
Starring
What changes are you suggesting?
Give as much detail as you can to help us understand the change you want to see.
Stargazers should be the sole star counter, watchers should use the
https://api.github.com/repos/${owner}/${repoName}/subscribers
length or thesubscribers_count
. This would solve redundant code and allow for all the other forms of the api to be easier to use with our repositories.In this example, the watchers should not be 80, it should be 42 (as of today).
Additional information
No response
The text was updated successfully, but these errors were encountered: