GitHub API: using 'repo' scope, but still can't see private repos

后端 未结 5 829
眼角桃花
眼角桃花 2020-12-15 05:32

Per the GitHub API docs, I am requesting the repo scope which gives access to private repositories.

The user is presented with the following dialog, which also ment

5条回答
  •  既然无缘
    2020-12-15 05:54

    For any Octokit users having this problem: client.list_repos(nil) found here will use GET /user/repos which returns private repos too.

提交回复
热议问题