metaWeblog API
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.newMediaObject
Uploads a file to your webserver. If successful, the method will return a URL to the newly created file. Otherwise, a fault will be returned....
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....
