We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Presently hubcaps offers these fields regarding watchers, stars, and forks count in hubcaps::repositories::Repo:
hubcaps
hubcaps::repositories::Repo
hubcaps/src/repositories.rs
Lines 515 to 517 in d2d61ac
However, note that for legacy support reasons, watchers_count is the count of stars as well:
watchers_count
https://api.github.com/repos/softprops/hubcaps
{ "forks_count": 41, "stargazers_count": 166, "watchers_count": 166, "subscribers_count": 4 }
Instead, subscribers_count should be offered, since that is the actual repo watcher count.
subscribers_count
The same might need to be done in hubcaps::search::ReposItem as well.
hubcaps::search::ReposItem
The text was updated successfully, but these errors were encountered:
Can I take this up?
Sorry, something went wrong.
No branches or pull requests
Presently
hubcaps
offers these fields regarding watchers, stars, and forks count inhubcaps::repositories::Repo
:hubcaps/src/repositories.rs
Lines 515 to 517 in d2d61ac
However, note that for legacy support reasons,
watchers_count
is the count of stars as well:Instead,
subscribers_count
should be offered, since that is the actual repo watcher count.The same might need to be done in
hubcaps::search::ReposItem
as well.The text was updated successfully, but these errors were encountered: