你知道 github 是否已经在 API 中实现了他们新的 star/unstar 存储库功能吗?我在那边的文档中找不到任何东西。
问问题
1580 次
3 回答
2
https://developer.github.com/v3/activity/starring/#star-a-repository:
为存储库加注星标
PUT /user/starred/:owner/:repo
取消星号存储库
DELETE /user/starred/:owner/:repo
于 2018-07-11T08:39:15.960 回答
1
请阅读该文档,变更日志指出:
破坏性测试版更改
2012 年 8 月 7 日
澄清观看/观星
变更集在这里:
如果您在查找信息时仍有问题,请告诉我。
于 2012-08-07T23:45:28.407 回答
1
它已被添加: http: //developer.github.com/v3/repos/starring/(历史)。如果您一直在使用它们,还有一些过渡性的东西可以弃用正在观看的 API 。
于 2012-10-15T12:13:52.093 回答