# File lib/heroku-postgresql/client.rb, line 81 def http_get(path) checking_client_version do retry_on_exception(RestClient::Exception) do sym_keys(JSON.parse(@heroku_postgresql_resource[path].get.to_s)) end end end