Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github API for code comments

Tags:

git

rest

github

api

I haven't been able to determine if GitHub's API provides access to user comments. I'd like to be able to grab the comments made on commits as well as the per-line comments via a RESTful API. I'd also like to be able to add comments and in-line comments via an API.

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

like image 414
Tauren Avatar asked Jan 21 '23 10:01

Tauren


1 Answers

This has now been enabled as of v3, http://develop.github.com/p/commits.html

like image 120
Bassdread Avatar answered Jan 27 '23 07:01

Bassdread