看起来有一个 API 调用来查看观看来自 [GithubDeveloper]:(https://developer.github.com/v3/activity/watching/#list-watchers 的 repo 的用户)
List watchers
GET /repos/:owner/:repo/subscribers
有没有办法在网站上看到这个列表?我是否正确解释了 API?看等于订阅吗?
看起来有一个 API 调用来查看观看来自 [GithubDeveloper]:(https://developer.github.com/v3/activity/watching/#list-watchers 的 repo 的用户)
List watchers
GET /repos/:owner/:repo/subscribers
有没有办法在网站上看到这个列表?我是否正确解释了 API?看等于订阅吗?
在回购页面上时,您将在“大约”列的右侧看到链接,以提供此信息:
[ ](https://i.stack.imgur.com/kcwza.png)
或直接转到此URL:
https://github.com/{user}/{project}/watchers
This has recently changed. Now watchers are accessible from an "About" section in the right column.