Posts
mt.setPostCategories
Sets the categories for a post....
mt.publishPost
Publish (rebuild) all of the static files related to an entry from your weblog. Equivalent to saving an entry in the system (but without the ping)....
mt.getTrackbackPings
Retrieve the list of TrackBack pings posted to a particular entry. This could be used to programmatically retrieve the list of pings for a particular entry, then iterate through each of those pings doing the same, until one has built...
mt.getPostCategories
Returns a list of all categories to which the post is assigned....
metaWeblog.newPost
Creates a new post, and optionally publishes it. If the post is successful, this method will return the ID assigned to the post by the publishing system. Otherwise, it will return a fault....
metaWeblog.getRecentPosts
Returns a list of the most recent posts in the system....
metaWeblog.getPost
Retrieves a post identified by the post ID in the request. Returns the post if successful, or a fault otherwise....
metaWeblog.editPost
Updates a post identified by the post ID in the request. Method returns true if successful, or a fault otherwise....
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.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....
LJ.XMLRPC.postevent
The postevent method creates a new journal entry....
LJ.XMLRPC.getevents
Returns a list of a user's journal entries....
LJ.XMLRPC.editevent
Edit or delete an existing journal entry....
