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

getPage() public method

Return all the data to the New York times API dashboard
public getPage ( ) : array
return array
    public function getPage()
    {
        $data = $this->getData();
        return view('api.nyt')->withData($data);
    }