We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa37c3 commit e969bdaCopy full SHA for e969bda
src/KeepaAPI.php
@@ -17,7 +17,7 @@ class KeepaAPI
17
private $userAgent = null;
18
private $serializer = null;
19
private $httpClient = null;
20
- private static $VERSION = "2.0.2";
+ private static $VERSION = "2.0.3";
21
22
public function __construct($accessKey)
23
{
@@ -40,7 +40,7 @@ public function __construct($accessKey)
40
public function sendRequest(Request $r)
41
42
$url = "https://api.keepa.com/" . $r->path . "/?key=" . $this->accessKey . "&" . $r->query();
43
-echo $url . PHP_EOL;
+
44
/* @var Response */
45
$response = new Response($r);
46
0 commit comments