# File lib/deltacloud/drivers/gogrid/gogrid_client.rb, line 64
  def sendAPIRequest(method,params={})
    OpenURI.without_ssl_verification do
      open(getRequestURL(method,params)).read
    end
  end