gauravparmar
gauravparmar

Reputation: 924

How to track and control issues related to a repo on Github and display them in a personal website?

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?

Upvotes: 0

Views: 47

Answers (1)

Evgeniy Tkachenko
Evgeniy Tkachenko

Reputation: 1737

GitHub API is very well documented. Start on https://developer.github.com/

See https://developer.github.com/v3/issues/ All answers is there.

Upvotes: 1

Related Questions