App\Http\Controllers\TumblrController::getPage PHP 메소드

getPage() 공개 메소드

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