aboutsummaryrefslogtreecommitdiffstats
path: root/ext/issue_comments.md
blob: ee5ca273fbb5d06598af6a7c3946cfb64a7d0d96 (plain) (blame)
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,
    }