BloggerApi class

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

Constructors

BloggerApi(Client client, {String rootUrl = 'https://blogger.googleapis.com/', String servicePath = ''})

Properties

blogs BlogsResource
no setter
blogUserInfos BlogUserInfosResource
no setter
comments CommentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
pages PagesResource
no setter
pageViews PageViewsResource
no setter
posts PostsResource
no setter
postUserInfos PostUserInfosResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users UsersResource
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bloggerReadonlyScope → const String
View your Blogger account
bloggerScope → const String
Manage your Blogger account