Class Google_Service_Blogger_PostUserInfos_Resource
The "postUserInfos" collection of methods. Typical usage is:
$bloggerService = new Google_Service_Blogger(...); $postUserInfos = $bloggerService->postUserInfos;
- Google_Service_Resource
-
Google_Service_Blogger_PostUserInfos_Resource
Located at Blogger.php
public
|
#
get( string $userId, string $blogId, string $postId, array $optParams = array() )
Gets one post and user info pair, by post_id and user_id. (postUserInfos.get) |
public
|
#
listPostUserInfos( string $userId, string $blogId, array $optParams = array() )
Lists post and user info pairs. (postUserInfos.listPostUserInfos) |