class BitbucketClient

def create_pull_comment(slug, pull_id, body, path, position)

def create_pull_comment(slug, pull_id, body, path, position)
  post("/#{slug}/pullrequests/#{pull_id}/comments", body, path, position)
end