Files
python-github3/ext/issue_comments.md
T
Kenneth Reitz a71fc4816b docs
2011-04-13 19:43:17 -04:00

16 lines
240 B
Markdown

# 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,
}