aboutsummaryrefslogtreecommitdiffstats
path: root/ext/issue_comments.md
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-05-14 13:14:50 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-05-14 13:14:50 -0400
commit065cee2a18213e2ef67c47c6ed951cd840417779 (patch)
treed06dd41559126d3ada91a7697c2d035464de2414 /ext/issue_comments.md
parentwork in progress note (diff)
downloadpython-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.md15
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,
- }