1 2 3 4 5 6 7 8 9 10 11 12 13 14 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, }