Overview

Classes

  • Google_Service_Blogger
  • Google_Service_Blogger_Blog
  • Google_Service_Blogger_BlogList
  • Google_Service_Blogger_BlogLocale
  • Google_Service_Blogger_BlogPages
  • Google_Service_Blogger_BlogPerUserInfo
  • Google_Service_Blogger_BlogPosts
  • Google_Service_Blogger_Blogs_Resource
  • Google_Service_Blogger_BlogUserInfo
  • Google_Service_Blogger_BlogUserInfos_Resource
  • Google_Service_Blogger_Comment
  • Google_Service_Blogger_CommentAuthor
  • Google_Service_Blogger_CommentAuthorImage
  • Google_Service_Blogger_CommentBlog
  • Google_Service_Blogger_CommentInReplyTo
  • Google_Service_Blogger_CommentList
  • Google_Service_Blogger_CommentPost
  • Google_Service_Blogger_Comments_Resource
  • Google_Service_Blogger_Page
  • Google_Service_Blogger_PageAuthor
  • Google_Service_Blogger_PageAuthorImage
  • Google_Service_Blogger_PageBlog
  • Google_Service_Blogger_PageList
  • Google_Service_Blogger_Pages_Resource
  • Google_Service_Blogger_Pageviews
  • Google_Service_Blogger_PageViews_Resource
  • Google_Service_Blogger_PageviewsCounts
  • Google_Service_Blogger_Post
  • Google_Service_Blogger_PostAuthor
  • Google_Service_Blogger_PostAuthorImage
  • Google_Service_Blogger_PostBlog
  • Google_Service_Blogger_PostImages
  • Google_Service_Blogger_PostList
  • Google_Service_Blogger_PostLocation
  • Google_Service_Blogger_PostPerUserInfo
  • Google_Service_Blogger_PostReplies
  • Google_Service_Blogger_Posts_Resource
  • Google_Service_Blogger_PostUserInfo
  • Google_Service_Blogger_PostUserInfos_Resource
  • Google_Service_Blogger_PostUserInfosList
  • Google_Service_Blogger_User
  • Google_Service_Blogger_UserBlogs
  • Google_Service_Blogger_UserLocale
  • Google_Service_Blogger_Users_Resource
  • Overview
  • Class
  • Tree

Class Google_Service_Blogger_Blogs_Resource

The "blogs" collection of methods. Typical usage is:

 $bloggerService = new Google_Service_Blogger(...);
 $blogs = $bloggerService->blogs;
Google_Service_Resource
Extended by Google_Service_Blogger_Blogs_Resource
Located at Blogger.php
Methods summary
public Google_Service_Blogger_Blog
# get( string $blogId, array $optParams = array() )

Gets a blog by id. (blogs.get)

Gets a blog by id. (blogs.get)

Parameters

$blogId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Blog
Google_Service_Blogger_Blog

Opt_param

string view
string maxPosts
public Google_Service_Blogger_Blog
# getByUrl( string $url, array $optParams = array() )

Gets a blog by url. (blogs.getByUrl)

Gets a blog by url. (blogs.getByUrl)

Parameters

$url
$optParams
Optional parameters.

Returns

Google_Service_Blogger_Blog
Google_Service_Blogger_Blog

Opt_param

string view
public Google_Service_Blogger_BlogList
# listByUser( string $userId, array $optParams = array() )

Lists blogs by user. (blogs.listByUser)

Lists blogs by user. (blogs.listByUser)

Parameters

$userId
$optParams
Optional parameters.

Returns

Google_Service_Blogger_BlogList
Google_Service_Blogger_BlogList

Opt_param

string status Default value of status is LIVE.
bool fetchUserInfo
string view
string role
© 2020 Google Inc.
Blogger API v3 API documentation generated by ApiGen 2.8.0