diff --git a/src/Client.php b/src/Client.php index e38d515..b6120ab 100644 --- a/src/Client.php +++ b/src/Client.php @@ -52,6 +52,7 @@ protected function client() { return $this->client ?? new GuzzleClient([ 'base_uri' => "{$this->url}/api/rest/", + 'http_errors' => false, 'headers' => [ 'Accept' => 'application/json', 'Authorization' => $this->token,