aboutsummaryrefslogtreecommitdiffstats
path: root/ext/issue_comments.md
diff options
context:
space:
mode:
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,
- }