Add Get-a-single-issue API

Keiichi Watanabe
2016-12-19 13:07:41 +09:00
parent 1863043df5
commit 27d0bf5594

@@ -18,6 +18,7 @@ Gitbucket does not implement fully the GitHub API/webhook and respects only a su
* Root Endpoint * Root Endpoint
* [List endpoints](https://developer.github.com/v3/#root-endpoint) (since v4.3, Only rate-limit endpoint explained) * [List endpoints](https://developer.github.com/v3/#root-endpoint) (since v4.3, Only rate-limit endpoint explained)
* Issues * Issues
* [Get a single issue](https://developer.github.com/v3/issues/#get-a-single-issue) (since v4.8)
* Comments * Comments
* [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue) * [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue)
* [Create A Comment](https://developer.github.com/v3/issues/comments/#create-a-comment) * [Create A Comment](https://developer.github.com/v3/issues/comments/#create-a-comment)