index ?? null; if (isset($index)) { return "/$index/_ccr/info"; } throw new RuntimeException('Missing parameter for the endpoint ccr.follow_info'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'GET'; } }