# 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_decode(@heroku_postgresql_resource[path].get.to_s))
        end
      end
    end