We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f6a72 commit f25b2d4Copy full SHA for f25b2d4
1 file changed
src/OddsClient.php
@@ -31,7 +31,8 @@ public function __construct(string $apiKey, $apiEndpoint = null)
31
$this->client = new Client([
32
'base_uri' => $this->apiEndpoint,
33
'headers' => [
34
- 'Content-Type' => 'application/json'
+ 'Content-Type' => 'application/json',
35
+ 'Accept-Encoding' => 'gzip',
36
]
37
]);
38
0 commit comments