我目前正在研究Github API。我希望得到我们在https://github.com看到的新闻Feed。我想获得与经过身份验证的用户可以在github.com首页看到的信息相同的信息。我在这里浏览Github的api文档:https://developer.github.com/v3/。但我不明白哪个是我的目的。任何人都可以帮助检测哪种API适合我?
答案 0 :(得分:1)
我终于通过检查每个API的响应找到了适合我的API。
GET /users/:username/received_events
是我正在寻找的那个。
https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received