diff options
| author | 2011-04-13 19:43:13 -0400 | |
|---|---|---|
| committer | 2011-04-13 19:43:17 -0400 | |
| commit | a71fc4816b821dd7695bf609b6bb424091a2bf40 (patch) | |
| tree | 8407e203acbd4be1e4a43c49cc05b44907e54300 /ext/issue_comments.md | |
| parent | fab update (diff) | |
| download | python-github3-a71fc4816b821dd7695bf609b6bb424091a2bf40.tar.xz python-github3-a71fc4816b821dd7695bf609b6bb424091a2bf40.zip | |
docs
Diffstat (limited to 'ext/issue_comments.md')
| -rw-r--r-- | ext/issue_comments.md | 15 |
1 files changed, 15 insertions, 0 deletions
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, + } |
