Github API for code comments

I was not able to determine if the GitHub API provides access to user comments. I would like to be able to capture comments made at commits, as well as comments in a line through the RESTful API. I would also like to be able to add comments and inline comments through the API.

Is there something I missed in the API, or is this not possible?

+4
source share
2 answers

I received an email from GitHub support indicating that it does not currently support this feature:

We do not currently support comments in the API.

+2
source

Now it is included with v3, http://develop.github.com/p/commits.html

+7
source

Source: https://habr.com/ru/post/1340490/


All Articles