We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242c381 commit 1bde8b3Copy full SHA for 1bde8b3
src/CurlClient.php
@@ -41,7 +41,7 @@ public function request(string $method, string $url, ?array $data = null)
41
curl_setopt($curl, CURLOPT_CUSTOMREQUEST, 'DELETE');
42
}
43
44
- $inmobileClientVersion = 'Inmobile PHP Client v4.0.0.106';
+ $inmobileClientVersion = 'Inmobile PHP Client v4.0.0.108';
45
curl_setopt($curl, CURLOPT_USERPWD, ':' . $this->apiKey);
46
curl_setopt($curl, CURLOPT_HTTPHEADER, ['Content-Type:application/json','X-InmobileClientVersion:'.$inmobileClientVersion]);
47
curl_setopt($curl, CURLOPT_USERAGENT, $inmobileClientVersion);
0 commit comments