Class google.gdata.blogger.BloggerService
Object
|
+--google.gdata.client.Service
|
+--google.gdata.client.GoogleService
|
+--google.gdata.blogger.BloggerService
- class
google.gdata.blogger.BloggerService
- extends google.gdata.client.GoogleService
Blogger Data API service.
Defined in gdata.js
Field Summary |
<static> <final> {string} |
SERVICE_NAME
Blogger Data API service name. |
Method Summary |
google.gdata.blogger.BlogCommentFeed
|
getBlogCommentFeed(<string|google.gdata.blogger.BlogCommentQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog's comments.
|
google.gdata.blogger.BlogEntry
|
getBlogEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a blog entry.
|
google.gdata.blogger.BlogFeed
|
getBlogFeed(<string|google.gdata.blogger.BlogQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a user's blogs.
|
google.gdata.blogger.BlogPostFeed
|
getBlogPostFeed(<string|google.gdata.blogger.BlogPostQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog's posts.
|
google.gdata.blogger.CommentEntry
|
getCommentEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a comment entry.
|
google.gdata.blogger.PostCommentFeed
|
getPostCommentFeed(<string|google.gdata.blogger.PostCommentQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog post's comments.
|
google.gdata.blogger.PostEntry
|
getPostEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a post entry.
|
SERVICE_NAME
<static> <final> {string} SERVICE_NAME
google.gdata.blogger.BloggerService
google.gdata.blogger.BloggerService(<string> applicationName)
Parameters:
applicationName
- Name of application (used for tracking?).
getBlogCommentFeed
google.gdata.blogger.BlogCommentFeed getBlogCommentFeed(<string|google.gdata.blogger.BlogCommentQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog's comments.
Parameters:
uriOrQuery
- URI of feed or query.
getBlogEntry
google.gdata.blogger.BlogEntry getBlogEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
getBlogFeed
google.gdata.blogger.BlogFeed getBlogFeed(<string|google.gdata.blogger.BlogQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a user's blogs.
Parameters:
uriOrQuery
- URI of feed or query.
getBlogPostFeed
google.gdata.blogger.BlogPostFeed getBlogPostFeed(<string|google.gdata.blogger.BlogPostQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog's posts.
Parameters:
uriOrQuery
- URI of feed or query.
getCommentEntry
google.gdata.blogger.CommentEntry getCommentEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves a comment entry.
getPostCommentFeed
google.gdata.blogger.PostCommentFeed getPostCommentFeed(<string|google.gdata.blogger.PostCommentQuery> uriOrQuery, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Retrieves the feed of a blog post's comments.
Parameters:
uriOrQuery
- URI of feed or query.
getPostEntry
google.gdata.blogger.PostEntry getPostEntry(<string> uri, <function(Object)> continuation, <function(Error)|undefined> opt_errorHandler, opt_param)
Documentation generated by
JSDoc on Mon Nov 9 14:24:07 2009