MetaWeblog



The following methods are supported:

method blogger.deletePost

Deletes a post.

Parameters

stringappKey
stringpostid
stringusername
stringpassword
booleanpublish - Where applicable, this specifies whether the blog should be republished after the post has been deleted.

Return Value

booleanAlways returns true.

method blogger.getUsersBlogs

Returns information on all the blogs a given user is a member.

Parameters

stringappKey
stringusername
stringpassword

Return Value

array of struct BlogInfo 

method metaWeblog.editPost

Updates and existing post to a designated blog using the metaWeblog API. Returns true if completed.

Parameters

stringpostid
stringusername
stringpassword
struct Postpost
booleanpublish

Return Value

any 

method metaWeblog.getCategories

Retrieves a list of valid categories for a post using the metaWeblog API. Returns the metaWeblog categories struct collection.

Parameters

stringblogid
stringusername
stringpassword

Return Value

array of struct CategoryInfo 

method metaWeblog.getPost

Retrieves an existing post using the metaWeblog API. Returns the metaWeblog struct.

Parameters

stringpostid
stringusername
stringpassword

Return Value

struct Post 

method metaWeblog.getRecentPosts

Retrieves a list of the most recent existing post using the metaWeblog API. Returns the metaWeblog struct collection.

Parameters

stringblogid
stringusername
stringpassword
integernumberOfPosts

Return Value

array of struct Post 

method metaWeblog.newMediaObject

Makes a new file to a designated blog using the metaWeblog API. Returns url as a string of a struct.

Parameters

stringblogid
stringusername
stringpassword
struct FileDatafile

Return Value

struct UrlData 

method metaWeblog.newPost

Makes a new post to a designated blog using the metaWeblog API. Returns postid as a string.

Parameters

stringblogid
stringusername
stringpassword
struct Postpost
booleanpublish

Return Value

string 

struct BlogInfo

Members

stringblogid
stringurl
stringblogName

struct Post

Members

dateTimedateCreated - Required when posting.
stringdescription - Required when posting.
stringtitle - Required when posting.
array of stringcategories (optional)
struct Enclosureenclosure (optional)
stringlink (optional)
stringpermalink (optional)
anypostid (optional)
struct Sourcesource (optional)
stringuserid (optional)
anymt_allow_comments (optional)
anymt_allow_pings (optional)
anymt_convert_breaks (optional)
stringmt_text_more (optional)
stringmt_excerpt (optional)

struct CategoryInfo

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryid

struct FileData

Members

base64bits
stringname

struct UrlData

Members

stringurl

struct Enclosure

Members

integerlength (optional)
stringtype (optional)
stringurl (optional)

struct Source

Members

stringname (optional)
stringurl (optional)

 

BlogServer.Service.XmlRpc 1.0.0   CookComputing.XmlRpcV2 2.5.0   .NET CLR 4.0.30319