mirror of
https://github.com/kennethreitz-archive/github2.git
synced 2026-06-05 15:40:19 +00:00
Add issue comments viewing to examples.
This commit is contained in:
@@ -103,6 +103,12 @@ View an Issue
|
||||
>>> issue.title
|
||||
'Should not be able to upload same version twice.'
|
||||
|
||||
View Comments on an Issue
|
||||
-------------------------
|
||||
>>> comments = github.issues.comments("ask/chishop", 5)
|
||||
>>> comments[0].body
|
||||
'Fix merged into /ask branch.'
|
||||
|
||||
Open and Close Issues
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user