App\Http\Controllers\NytController::getData PHP Method

getData() private method

Get the data response from a get operation
private getData ( ) : array
return array
    private function getData()
    {
        return $this->getResponse()['results']['lists'][0]['books'];
    }