This commit is contained in:
Kenneth Reitz
2011-04-13 19:43:13 -04:00
parent 3f0f06845a
commit a71fc4816b
5 changed files with 183 additions and 5 deletions
+15
View File
@@ -0,0 +1,15 @@
# Issue Comments API
## Get Comments for an Issue
### GET `/repos/:user/:repo/issues/:id/comments.json`
## Create a Comment for an Issue
### POST `/repos/:user/:repo/issues/:id/comments.json`
### Input
{
body: String,
}