We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1111f8 commit c3a9116Copy full SHA for c3a9116
1 file changed
src/Kobas/Client.php
@@ -186,6 +186,7 @@ protected function call($http_method, $route, array $params = array(), array $he
186
$headers = array_merge($this->headers, $headers);
187
188
$headers['Content-Type'] = 'application/json';
189
+ $headers['User-Agent'] = 'Kobas API V2 Client';
190
191
switch ($http_method) {
192
case 'POST':
0 commit comments