Prototype MetaWeblogApi |
|
Functions |
convertStoryToStruct(entry) Utility function which creates an Object representing a blog entry |
editPost(postid, username, password, content, publish) metaWeblog.editPost updates information about an existing post |
getCategories(blogid, username, password) metaWeblog.getCategories returns a list of categories for a site |
getPost(postid, username, password) Functions that implement the metaWeblog-API, which partly includes and extends the Blogger-API see http://www.xmlrpc.com/metaWeblogApi for further details |
getRecentPosts(blogid, username, password, numberOfPosts) metaWeblog.getRecentPosts returns a list of the most recent posts in the system |
newMediaObject(blogid, username, password, fileObject) metaWeblog.newMediaObject uploads a file to the webserver |
newPost(blogid, username, password, content, publish) metaWeblog.newPost creates a new post, and optionally publishes it |