class BitbucketServerClient

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

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