google_api_blogger v0.2.0 API Reference
Modules
API calls for all endpoints tagged BlogUserInfos
.
API calls for all endpoints tagged Blogs
.
API calls for all endpoints tagged Comments
.
API calls for all endpoints tagged PageViews
.
API calls for all endpoints tagged Pages
.
API calls for all endpoints tagged PostUserInfos
.
API calls for all endpoints tagged Posts
.
API calls for all endpoints tagged Users
.
Handle Tesla connections for GoogleApi.Blogger.V3.
Helper functions for deserializing responses into models.
Attributes
- customMetaData (String.t): The JSON custom meta-data for the Blog Defaults to:
null
. - description (String.t): The description of this blog. This is displayed underneath the title. Defaults to:
null
. - id (String.t): The identifier for this resource. Defaults to:
null
. - kind (String.t): The kind of this entry. Always blogger#blog Defaults to:
null
. - locale (BlogLocale): Defaults to:
null
. - name (String.t): The name of this blog. This is displayed as the title. Defaults to:
null
. - pages (BlogPages): Defaults to:
null
. - posts (BlogPosts): Defaults to:
null
. - published (DateTime.t): RFC 3339 date-time when this blog was published. Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - status (String.t): The status of the blog. Defaults to:
null
. - updated (DateTime.t): RFC 3339 date-time when this blog was last updated. Defaults to:
null
. - url (String.t): The URL where this blog is published. Defaults to:
null
.
The locale this Blog is set to.
The container of pages in this blog.
Attributes
- blogId (String.t): ID of the Blog resource Defaults to:
null
. - hasAdminAccess (boolean()): True if the user has Admin level access to the blog. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#blogPerUserInfo Defaults to:
null
. - photosAlbumKey (String.t): The Photo Album Key for the user when adding photos to the blog Defaults to:
null
. - role (String.t): Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER). Defaults to:
null
. - userId (String.t): ID of the User Defaults to:
null
.
The container of posts in this blog.
Attributes
- author (CommentAuthor): Defaults to:
null
. - blog (CommentBlog): Defaults to:
null
. - content (String.t): The actual content of the comment. May include HTML markup. Defaults to:
null
. - id (String.t): The identifier for this resource. Defaults to:
null
. - inReplyTo (CommentInReplyTo): Defaults to:
null
. - kind (String.t): The kind of this entry. Always blogger#comment Defaults to:
null
. - post (CommentPost): Defaults to:
null
. - published (DateTime.t): RFC 3339 date-time when this comment was published. Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - status (String.t): The status of the comment (only populated for admin users) Defaults to:
null
. - updated (DateTime.t): RFC 3339 date-time when this comment was last updated. Defaults to:
null
.
The author of this Comment.
The comment creator's avatar.
Data about the blog containing this comment.
Data about the comment this is in reply to.
Attributes
- etag (String.t): Etag of the response. Defaults to:
null
. - items ([Comment]): The List of Comments for a Post. Defaults to:
null
. - kind (String.t): The kind of this entry. Always blogger#commentList Defaults to:
null
. - nextPageToken (String.t): Pagination token to fetch the next page, if one exists. Defaults to:
null
. - prevPageToken (String.t): Pagination token to fetch the previous page, if one exists. Defaults to:
null
.
Data about the post containing this comment.
Attributes
- author (PageAuthor): Defaults to:
null
. - blog (PageBlog): Defaults to:
null
. - content (String.t): The body content of this Page, in HTML. Defaults to:
null
. - etag (String.t): Etag of the resource. Defaults to:
null
. - id (String.t): The identifier for this resource. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#page Defaults to:
null
. - published (DateTime.t): RFC 3339 date-time when this Page was published. Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - status (String.t): The status of the page for admin resources (either LIVE or DRAFT). Defaults to:
null
. - title (String.t): The title of this entity. This is the name displayed in the Admin user interface. Defaults to:
null
. - updated (DateTime.t): RFC 3339 date-time when this Page was last updated. Defaults to:
null
. - url (String.t): The URL that this Page is displayed at. Defaults to:
null
.
The author of this Page.
The page author's avatar.
Data about the blog containing this Page.
Attributes
- etag (String.t): Etag of the response. Defaults to:
null
. - items ([Page]): The list of Pages for a Blog. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#pageList Defaults to:
null
. - nextPageToken (String.t): Pagination token to fetch the next page, if one exists. Defaults to:
null
.
Attributes
- author (PostAuthor): Defaults to:
null
. - blog (PostBlog): Defaults to:
null
. - content (String.t): The content of the Post. May contain HTML markup. Defaults to:
null
. - customMetaData (String.t): The JSON meta-data for the Post. Defaults to:
null
. - etag (String.t): Etag of the resource. Defaults to:
null
. - id (String.t): The identifier of this Post. Defaults to:
null
. - images ([PostImages]): Display image for the Post. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#post Defaults to:
null
. - labels ([String.t]): The list of labels this Post was tagged with. Defaults to:
null
. - location (PostLocation): Defaults to:
null
. - published (DateTime.t): RFC 3339 date-time when this Post was published. Defaults to:
null
. - readerComments (String.t): Comment control and display setting for readers of this post. Defaults to:
null
. - replies (PostReplies): Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - status (String.t): Status of the post. Only set for admin-level requests Defaults to:
null
. - title (String.t): The title of the Post. Defaults to:
null
. - titleLink (String.t): The title link URL, similar to atom's related link. Defaults to:
null
. - updated (DateTime.t): RFC 3339 date-time when this Post was last updated. Defaults to:
null
. - url (String.t): The URL where this Post is displayed. Defaults to:
null
.
The author of this Post.
The Post author's avatar.
Data about the blog containing this Post.
Attributes
- etag (String.t): Etag of the response. Defaults to:
null
. - items ([Post]): The list of Posts for this Blog. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#postList Defaults to:
null
. - nextPageToken (String.t): Pagination token to fetch the next page, if one exists. Defaults to:
null
.
The location for geotagged posts.
Attributes
- blogId (String.t): ID of the Blog that the post resource belongs to. Defaults to:
null
. - hasEditAccess (boolean()): True if the user has Author level access to the post. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#postPerUserInfo Defaults to:
null
. - postId (String.t): ID of the Post resource. Defaults to:
null
. - userId (String.t): ID of the User. Defaults to:
null
.
The container of comments on this Post.
Attributes
- items ([PostUserInfo]): The list of Posts with User information for the post, for this Blog. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#postList Defaults to:
null
. - nextPageToken (String.t): Pagination token to fetch the next page, if one exists. Defaults to:
null
.
Attributes
- about (String.t): Profile summary information. Defaults to:
null
. - blogs (UserBlogs): Defaults to:
null
. - created (DateTime.t): The timestamp of when this profile was created, in seconds since epoch. Defaults to:
null
. - displayName (String.t): The display name. Defaults to:
null
. - id (String.t): The identifier for this User. Defaults to:
null
. - kind (String.t): The kind of this entity. Always blogger#user Defaults to:
null
. - locale (UserLocale): Defaults to:
null
. - selfLink (String.t): The API REST URL to fetch this resource from. Defaults to:
null
. - url (String.t): The user's profile page. Defaults to:
null
.
The container of blogs for this user.
This user's locale
Helper functions for building Tesla requests.