I'm looking at the github create comment API referenced here - https://developer.github.com/v3/pulls/comments/#create-a-comment
As per the API, if I do a GET at https://api.github.com/repos/govin/log4js-node/pulls/1/comments, I get an array of comments back.
However, when I do a POST at https://api.github.com/repos/govin/log4js-node/pulls/1/comments, the response is 404.