如何获取 Github 的提醒数量?

2015-03-12 03:03:39 +08:00
 chunyang

我想在 Emacs 的 modeline 上显示我的 Github 未读提醒的数量(https://github.com/notifications ),我已经看了相关的 Github 的 API 文档,但是不知道如何如何获取 Github 的提醒数量。

我试过了(其中 my-github-token 代表的是我的 token):

➜  ~  curl -H 'Authorization: token my-github-token' \
> https://api.github.com/notifications
{
  "message": "Missing the 'notifications' scope.",
  "documentation_url": "https://developer.github.com/v3"
}

可是,我没看到有关scope的相关文档,并且我也没有 web API 的使用经验,一时半会也弄不明白,大家有什么办法没?

2651 次点击
所在节点    问与答
2 条回复
orzfly
2015-03-12 09:53:41 +08:00
你的 token 是怎么生成的?如果是在网页版里生成个人 token的时候,是会让你选择权限的,就是一个有一大堆 checkbox 的列表,你得在那个列表里勾上 notifications。
chunyang
2015-03-12 12:37:34 +08:00
@orzfly 我按照 Github 的教程生成的:
```
$ curl -i -u <your_username> -d '{"scopes": ["repo", "user"], "note": "getting-started"}' \
https://api.github.com/authorizations
```
确实没有加 notifications,现在加上了,已经能用了。谢谢解答。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/176247

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX