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

boolean 

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

Add a media object to a post using the metaWeblog API. Returns media url as a string.

Parameters

stringblogid
stringusername
stringpassword
struct MediaObjectmediaObject

Return Value

struct MediaObjectUrl 

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)

struct CategoryInfo

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryid

struct MediaObject

Members

stringname
stringtype
base64bits

struct MediaObjectUrl

Members

stringurl

struct Enclosure

Members

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

struct Source

Members

stringname (optional)
stringurl (optional)

 

BlogServer.Framework 0.958.2004   CookComputing.XmlRpc 0.9.2   .NET CLR 2.0.50727