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 8e00266 commit 22eb98eCopy full SHA for 22eb98e
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.103';
+ $inmobileClientVersion = 'Inmobile PHP Client v4.0.0.106';
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