getHttpClient()->get( // Reason for the path check is because it is unnecessary on the Daemon but we need // to respect the interface. sprintf('/api/servers/%s/files/list/%s', $this->getServer()->uuid, $path === '/' ? '' : $path) ); return json_decode($response->getBody(), true); } }