App\Http\Controllers\NytController::getData PHP 메소드

getData() 개인적인 메소드

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