Method: GoGridClient#sendAPIRequest

Defined in:
lib/deltacloud/drivers/gogrid/gogrid_client.rb

#sendAPIRequest(method, params = {}) ⇒ Object



65
66
67
68
69
# File 'lib/deltacloud/drivers/gogrid/gogrid_client.rb', line 65

def sendAPIRequest(method,params={})
  OpenURI.without_ssl_verification do
    open(getRequestURL(method,params)).read
  end
end