App\Http\Controllers\LinkedInController::getResponse PHP Method

getResponse() private method

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