# File lib/deltacloud.rb, line 37
  def self.new(user_name, password, api_url, &block)
    API.new(user_name, password, api_url, &block)
  end