jcabi-github icon indicating copy to clipboard operation
jcabi-github copied to clipboard

In-line commit notes

Open matthew-white opened this issue 10 years ago • 3 comments

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 avatar Jan 26 '15 20:01 matthew-white

@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/

yegor256 avatar Jan 27 '15 20:01 yegor256

I think it's this: https://developer.github.com/v3/repos/comments/

matthew-white avatar Jan 27 '15 21:01 matthew-white

Right, we don't have access to them. We should implement Repo.comments() method and RepoComments interface. Will do it soon.

yegor256 avatar Jan 27 '15 21:01 yegor256