adamdburton/destiny-2-api-client

Undefined property: GuzzleHttp\Psr7\Response::$ErrorStatus

michabbb opened this issue · 2 comments

$Manifest = $D2->getDestinyManifest();
if ($Manifest->isSuccess()) {
   //do something
}

22-05-2018-12-22-51

maybe like this ?

return $this->getResponse()->getStatusCode() === 200;

Should be resolved with #7, thanks @michabbb!