mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
docs
This commit is contained in:
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user