App\Http\Controllers\NytController::getData PHP Méthode

getData() private méthode

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