Can anybody tell how to track and control issues related to a repo on Github and display them in a personal website? How can we display those issues with their labels? How to display issues that have been resolved? Can it be done using Github API? How?
- 1This is pretty broad for Stack Overflow. Please try to focus on a single question at once, and try something first. For example, the GitHub API is very well documented. Have you tried using it yourself? Where did you get stuck?Chris– Chris2015-03-25 20:54:38 +00:00Commented Mar 25, 2015 at 20:54
Add a comment |
1 Answer
GitHub API is very well documented. Start on https://developer.github.com/
See https://developer.github.com/v3/issues/ All answers is there.
2 Comments
gauravparmar
How to fetch number of open issues and number of closed issues for a repository on Github using Github API?
Evgeniy Tkachenko
GET /issues And see state.