Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watchers_Count, Watchers returning wrong value #122

Closed
PrzemyslawKlys opened this issue Jul 7, 2019 · 3 comments
Closed

Watchers_Count, Watchers returning wrong value #122

PrzemyslawKlys opened this issue Jul 7, 2019 · 3 comments

Comments

@PrzemyslawKlys
Copy link
Contributor

Here's an output of my query:

$T = Get-GitHubRepository -OwnerName EvotecIT
$T | Sort-Object Stargazers_Count -Descending | Format-Table full_name, Name, Stargazers_Count, Watchers_Count, Watchers,forks_count, Open_issues,license, Language, HTML_URL, Fork, Created_At, Updated_At, Pushed_At, Archived -AutoSize

image

It seems watchers_count, watchers are the same as stargazers_count which isn't really true.

@HowardWolosky
Copy link
Member

Yeah, I've noticed that too. It's a bug with the API though as far as I can tell... I've been meaning to open a bug against the API for that issue...

@HowardWolosky
Copy link
Member

There doesn't appear to be anything that can be done about this as per their blog post and this forum response.

@PrzemyslawKlys
Copy link
Contributor Author

Ok, so there should be subscribers count I can use for Watchers. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants