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

getResponse() private méthode

Get the whole response from a get operation
private getResponse ( ) : array
Résultat array
    private function getResponse()
    {
        return json_decode($this->response->getBody(), true);
    }