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
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
$batchPath
public
mixed
$batchPath
$blogs
public
mixed
$blogs
$blogUserInfos
public
mixed
$blogUserInfos
$comments
public
mixed
$comments
$pages
public
mixed
$pages
$pageViews
public
mixed
$pageViews
$posts
public
mixed
$posts
$postUserInfos
public
mixed
$postUserInfos
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$users
public
mixed
$users
$version
public
mixed
$version
$client
private
mixed
$client
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 —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client