-
Notifications
You must be signed in to change notification settings - Fork 191
Add support for comment APIs #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for comment APIs #53
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the submission. This is a great start, but I think that there is some opportunity for improvement.
You may also want to look at the Repository Comments docs that talks about commit comments. WIth a moderate amount of additional work you may be able to support all comment types with this PR. You can of course choose to defer and have these methods updated at some future point in time to support those additional values.
@HowardWolosky I will tackle repository comments (https://developer.github.com./v3/repos/comments/) in a seperate PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great updates. Almost there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor remaining change requests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for handling the merge.
Added support for all of the Github Comment APIs.