# File lib/etherpad-lite/client.rb, line 30
  def self.client(url_or_port, api_key_or_file, api_version=nil)
    Client.new(url_or_port, api_key_or_file, api_version)
  end