I get the following error when using getTelemetry:
Fatal error: Uncaught Lifeformwp\PHPPUBG\PUBGManagerException: cURL error 6: Could not resolve host: steam
My code:
$client = new GuzzleHttp\Client();
$class = new \Lifeformwp\PHPPUBG\PUBGManager($client, $api);
$telemetry = $class->getTelemetry('steam', '14af1241-9db6-4821-a9d8-e41eaea3dfd0');
I get the following error when using getTelemetry:
Fatal error: Uncaught Lifeformwp\PHPPUBG\PUBGManagerException: cURL error 6: Could not resolve host: steam
My code: