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

getBlogInfo() private method

Get Basic Information about the blog
private getBlogInfo ( $tumblrBlogUrl ) : array
return array
    private function getBlogInfo($tumblrBlogUrl)
    {
        $info = $this->tumblr->blogInfo($tumblrBlogUrl);
        return (array) $info;
    }