diff options
| author | 2011-05-14 13:14:50 -0400 | |
|---|---|---|
| committer | 2011-05-14 13:14:50 -0400 | |
| commit | 065cee2a18213e2ef67c47c6ed951cd840417779 (patch) | |
| tree | d06dd41559126d3ada91a7697c2d035464de2414 /ext/issue_comments.md | |
| parent | work in progress note (diff) | |
| download | python-github3-065cee2a18213e2ef67c47c6ed951cd840417779.tar.xz python-github3-065cee2a18213e2ef67c47c6ed951cd840417779.zip | |
site's up, no need to clone docs
Diffstat (limited to 'ext/issue_comments.md')
| -rw-r--r-- | ext/issue_comments.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/issue_comments.md b/ext/issue_comments.md deleted file mode 100644 index ee5ca27..0000000 --- a/ext/issue_comments.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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, - } |
