public function getAll()
    {
        $httpResponse = $this->get();
        $data = $httpResponse->getBodyJsonAsArray();