github-api-v3

Using GitHub list-issues-for-a-repository API

 ̄綄美尐妖づ 提交于 2019-12-21 09:25:27
问题 When you go to GitHub, under Issues, it pulls up all the open issues as an HTML page. We'd like to implement a dashboard showing all the issues in a repository, grouped by labels, including those issues which are not correctly labelled. This is the corresponding list-issues-for-a-repository API. While I was initially using jQuery and Javascript, am now using PHP for a proof-of-concept because its built-in session handling lets me use the same page to login, have GitHub authenticate & callback

Which permissions are needed for a GitHub app to access list-issues-for-a-repository API?

◇◆丶佛笑我妖孽 提交于 2019-12-08 18:46:34
I'd like to create a GitHub app to display the current issues in a repository, organized by labels. The repositories under the organization are private, but my account has admin access. I've installed the app under my name. The API list-issues-for-a-repository is returning: { "message": "Not Found", "documentation_url": "https://developer.github.com/v3/issues/#list-issues-for-a-repository" } I've set the app permissions as follows: Repository permissions Issues - Read-only Metadata - Read-only No access for everything else Organization permissions No access for all User permissions No access

Which permissions are needed for a GitHub app to access list-issues-for-a-repository API?

一世执手 提交于 2019-12-08 06:37:35
问题 I'd like to create a GitHub app to display the current issues in a repository, organized by labels. The repositories under the organization are private, but my account has admin access. I've installed the app under my name. The API list-issues-for-a-repository is returning: { "message": "Not Found", "documentation_url": "https://developer.github.com/v3/issues/#list-issues-for-a-repository" } I've set the app permissions as follows: Repository permissions Issues - Read-only Metadata - Read