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