看起来有一个 API 调用来查看从 [GithubDeveloper] 观看 repo 的用户:( https://developer.github.com/v3/activity/watching/#list-watchers )
List watchers
GET /repos/:owner/:repo/subscribers
有没有办法在网站上看到这个列表?
我是否正确解释了 API?看等于订阅吗?
请您参考如下方法:
看起来有一个 API 调用来查看从 [GithubDeveloper] 观看 repo 的用户:( https://developer.github.com/v3/activity/watching/#list-watchers )
List watchers
GET /repos/:owner/:repo/subscribers
请您参考如下方法: