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

getPage() public method

Return all data to the Tumblr API dashboard
public getPage ( ) : mixed
return mixed
    public function getPage()
    {
        $posts = $this->getPosts('taylorswift.tumblr.com');
        return view('api.tumblr')->withPosts($posts);
    }