Bug: Wrong GitHub API result when retrieving repository information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear GitHub Developers,

I'm using the GitHub API for retrieving statistics like stargazers_count or watchers_count.
Unfortunately, an API call to https://api.github.com/users/<USER>/repos returns (as JSON) the same number for stargazers_count and watchers_count, although on the Website the numbers are different.

Example:
...
"size": 5279,
"stargazers_count": 51,
"watchers_count": 51,
"language": "Java",
...


The actual count on the website, however,  are 51 for stargazers and 20 for watchers.

Any idea what could be the problem?

Thank you in advance!

Regards,
Alexander Wert
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]