jcabi-github
jcabi-github copied to clipboard
In-line commit notes
Is there support for in-line commit notes outside pull requests? Perhaps Commit.Smart could get a comments() method along the lines of Issue.Smart? I'm trying to write a client that helps users search in-line notes.
@matthew-white you are talking about this: https://developer.github.com/v3/pulls/comments/ If not, can you find that "in-line notes" in Github API: https://developer.github.com/v3/
I think it's this: https://developer.github.com/v3/repos/comments/
Right, we don't have access to them. We should implement Repo.comments() method and RepoComments interface. Will do it soon.