From a71fc4816b821dd7695bf609b6bb424091a2bf40 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 13 Apr 2011 19:43:13 -0400 Subject: docs --- ext/issue_comments.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ext/issue_comments.md (limited to 'ext/issue_comments.md') diff --git a/ext/issue_comments.md b/ext/issue_comments.md new file mode 100644 index 0000000..ee5ca27 --- /dev/null +++ b/ext/issue_comments.md @@ -0,0 +1,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, + } -- cgit v1.3-8-gc7d7