MetaWeblogApi



The following methods are supported:

method blogger.deletePost

Deletes a particular entry using the Blogger API.

Parameters

stringappKey
stringpostid
stringusername
stringpassword
booleanpublish

Return Value

boolean 

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 an existing post 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 posts using the metaWeblog API. Returns the metaWeblog struct collection.

Parameters

stringblogid
stringusername
stringpassword
integernumberOfPosts

Return Value

array of struct Post 

method metaWeblog.newMediaObject

Uploads a new file as binary content. Returns url as a string.

Parameters

stringblogid
stringusername
stringpassword
struct MediaTypeenclosure

Return Value

struct UrlInfo 

method metaWeblog.newPost

Makes a new post to the blog (blogid is optional since we infer the blog ID from the URL) 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

array of stringcategories (optional) - Represents the list of categories associated with the entry.
dateTimedateCreated - Represents the entry's timestamp. Required when posting.
stringdescription - Represents the entry's content. Required when posting.
stringlink (optional) - Represents the entry's permalink.
stringpermalink (optional) - Represents the entry's permalink.
stringpostid (optional) - Represents the entry's ID.
stringtitle - Represents the entry's title. Required when posting.

struct CategoryInfo

Members

stringdescription
stringhtmlUrl
stringrssUrl
stringtitle
stringcategoryid

struct MediaType

Members

stringname
stringtype
base64bits

struct UrlInfo

Members

stringurl

 

PWSBlog.VisitorApplication 1.0.3799   CookComputing.XmlRpcV2 0.0.0   .NET CLR 2.0.50727