class BitbucketClient

def create_commit_comment(slug, sha, body, path, position)

def create_commit_comment(slug, sha, body, path, position)
  post("/#{slug}/commit/#{sha}/comments", body, path, position)
end