【发布时间】:2020-10-24 20:00:34
【问题描述】:
我正在尝试使用 Github api 列出组织的私有存储库。但我只得到公共存储库作为回报。
这是网址: https://api.github.com/orgs/github/repos
我还在标题中添加了访问令牌。并且还给出了正确的范围。
这是文档: https://developer.github.com/v3/
https://developer.github.com/v3/orgs/#list-organizations-for-the-authenticated-user
【问题讨论】:
标签: api github request fetch private