Prototype MtApi |
|
Functions |
getCategoryList(blogid, username, password) mt.getCategoryList returns a list of all categories defined in the site |
getPostCategories(postid, username, password) mt.getPostCategories returns a list of all categories to which the post is assigned to Antville currently just supports one category per story |
getRecentPostTitles(blogid, username, password, numberOfPosts) Functions that implement MovableType's XML-RPC API, which partly includes and extends the Blogger-API and the MetaWeblog-API see http://www.movabletype.org/docs/mtmanual_programmatic.html for further ... |
getTrackbackPings() mt.getTrackbackPings retrieve the list of TrackBack pings posted to a particular entry Antville currently just returns an empty array |
publishPost(postid, username, password) mt.publishPost switches the status of a story to online |
setPostCategories(postid, username, password, categories) mt.setPostCategories sets the categories for a post Antville currently just supports one category per story |
supportedMethods() mt.supportedMethods retrieve information about the XML-RPC methods supported by the server |
supportedTextFilters() mt.supportedTextFilters retrieves information about the text formatting plugins supported by the server Antville currently just returns an empty array |