python-github3 icon indicating copy to clipboard operation
python-github3 copied to clipboard

Added support for repository comments

Open georgebrock opened this issue 12 years ago • 2 comments

In doing so I broke backward compatibility (by renaming the existing comments method on the Repo class to issue_comments) so you may not want to merge this in as-is.

georgebrock avatar Jul 18 '12 10:07 georgebrock

You could rename it to repo_comments for example.

naktinis avatar Feb 12 '13 10:02 naktinis

The method is on a Repo class: having Repo.comments return issue comments and Repo.repo_comments return repo comments seems very confusing to me.

georgebrock avatar Feb 18 '13 06:02 georgebrock