Documentation

Google_Service_Blogger extends Google_Service
in package

Service definition for Blogger (v3).

The Blogger API provides access to posts, comments and pages of a Blogger blog.

For more information about this service, see the API Documentation

Tags
author

Google, Inc.

Table of Contents

BLOGGER  = "https://www.googleapis.com/auth/blogger"
Manage your Blogger account.
BLOGGER_READONLY  = "https://www.googleapis.com/auth/blogger.readonly"
View your Blogger account.
$availableScopes  : mixed
$batchPath  : mixed
$blogs  : mixed
$blogUserInfos  : mixed
$comments  : mixed
$pages  : mixed
$pageViews  : mixed
$posts  : mixed
$postUserInfos  : mixed
$resource  : mixed
$rootUrl  : mixed
$servicePath  : mixed
$users  : mixed
$version  : mixed
$client  : mixed
__construct()  : mixed
Constructs the internal representation of the Blogger service.
createBatch()  : Google_Http_Batch
Create a new HTTP Batch handler for this service
getClient()  : Google_Client
Return the associated Google_Client class.

Constants

BLOGGER

Manage your Blogger account.

public mixed BLOGGER = "https://www.googleapis.com/auth/blogger"

BLOGGER_READONLY

View your Blogger account.

public mixed BLOGGER_READONLY = "https://www.googleapis.com/auth/blogger.readonly"

Properties

$availableScopes

public mixed $availableScopes

$blogUserInfos

public mixed $blogUserInfos

$postUserInfos

public mixed $postUserInfos

$servicePath

public mixed $servicePath

Methods

__construct()

Constructs the internal representation of the Blogger service.

public __construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
$client : Google_Client

The client used to deliver requests.

$rootUrl : string = null

The root URL used for requests to the service.

Return values
mixed

Search results