getSetting("API_CONFIG_WEBPAGE"); $response = $client->request("GET", $configWebPage); $data = (string)$response->getBody(); return $data; } }