It would be awesome to have repos/:owner/:repo/commits/:sha-1 covered as well
in that to allow comments to fetch and submit.
It looks I confused API sets to think the submit functionality exists plain SHA-1 commits.
Finally I recovered the page I meant for the submitting:
https://developer.github.com/v3/repos/comments/#list-commit-comments
POST /repos/:owner/:repo/commits/:commit_sha/comments
So it must be feasible to implement. I may entertain myself in doing so :-)
Thanks for this wonderful package!
It would be awesome to have repos/:owner/:repo/commits/:sha-1 covered as well
in that to allow comments to fetch and submit.
It looks I confused API sets to think the submit functionality exists plain SHA-1 commits.Finally I recovered the page I meant for the submitting:
https://developer.github.com/v3/repos/comments/#list-commit-comments
So it must be feasible to implement. I may entertain myself in doing so :-)
Thanks for this wonderful package!