staticwebdev / nextjs-starter

A Next.js starter application for deploying to Azure Static Web Apps
https://docs.microsoft.com/azure/static-web-apps/deploy-nextjs
31 stars 28 forks source link

Fixing up github watchers count #9

Closed aidanhammond closed 3 years ago

aidanhammond commented 3 years ago

Github watchers match stargazers for legacy support. Watcher count is found as subscriber_count on the API.

staticwebdev commented 3 years ago

@aidanhammond - do you have a reference to show that watcher_count isn't the appropriate property to use?

aidanhammond commented 3 years ago

@staticwebdev see: https://github.community/t/api-is-very-confusing-by-listing-stars-count-for-watchers-count-on-all-repos/13817 https://developer.github.com/changes/2012-09-05-watcher-api/