Blogger API
blogger.newPost
Creates a new post on the designated blog. If the “publishPost” parameter is set to true then the post will be published on the weblog as well, otherwise the post will be created and be kept in “draft mode.” If...
blogger.getUsersBlogs
Returns a list of weblogs to which the current authenticated user has posting privileges. The method will return an array of weblogs if successful, or a fault otherwise....
blogger.getUserInfo
If the user specified by the supplied username and password is found, then the method returns information about that user, specifically: the user’s id, first name, last name, nickname, e-mail address and URL. If the user is not found, or...
blogger.getRecentPosts
Retrieves a list of posts that were created recently. The results are returned in descending chronolocial order with the most recent post first in the list....
blogger.getPost
Returns the details about a single post given a valid post id....
blogger.editPost
Updates the information about an existing post. If the request is successful then the method will return true, otherwise it will return a fault....
blogger.deletePost
Deletes a post identified by the post ID in the request. Method will return true if successful or a fault otherwise....
