get_comments(object_type = "issue", id, note_id = c(), project, ...)get_issue_comments(...)
get_commit_comments(...)
comment_commit(project, id, text, ...)
comment_issue(project, id, text, ...)
edit_comment(object_type, text, ...)
edit_issue_comment(...)
edit_commit_comment(...)
gitlab API call. See Details.comment_commit ... might also contain path, line
and line_type (old or new) to attach the comment to a specific in a file.
See http://doc.gitlab.com/ce/api/commits.html