PostUserInfos
class PostUserInfos extends Resource (View source)
The "postUserInfos" collection of methods.
Typical usage is:
$bloggerService = new Google\Service\Blogger(...);
$postUserInfos = $bloggerService->postUserInfos;
Methods
get(string $userId, string $blogId, string $postId, array $optParams = [])
Gets one post and user info pair, by post_id and user_id. (postUserInfos.get)
listPostUserInfos(string $userId, string $blogId, array $optParams = [])
Lists post and user info pairs. (postUserInfos.listPostUserInfos)
Details
PostUserInfo
get(string $userId, string $blogId, string $postId, array $optParams = [])
Gets one post and user info pair, by post_id and user_id. (postUserInfos.get)
PostUserInfosList
listPostUserInfos(string $userId, string $blogId, array $optParams = [])
Lists post and user info pairs. (postUserInfos.listPostUserInfos)