mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
16 lines
240 B
Markdown
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,
|
|
}
|