MetaWeblog API
MetaWeblog
The following methods are supported:
Deletes a post.
Parameters
| string | appKey |
| string | postid |
| string | username |
| string | password |
| boolean | publish - Where applicable, this specifies whether the blog should be republished after the post has been deleted. |
Return Value
| boolean | Always returns true. |
Returns information on all the blogs a given user is a member.
Parameters
| string | appKey |
| string | username |
| string | password |
Return Value
Updates and existing post to a designated blog using the metaWeblog API. Returns true if completed.
Parameters
| string | postid |
| string | username |
| string | password |
| struct Post | post |
| boolean | publish |
Return Value
Retrieves a list of valid categories for a post using the metaWeblog API. Returns the metaWeblog categories struct collection.
Parameters
| string | blogid |
| string | username |
| string | password |
Return Value
Retrieves an existing post using the metaWeblog API. Returns the metaWeblog struct.
Parameters
| string | postid |
| string | username |
| string | password |
Return Value
Retrieves a list of the most recent existing post using the metaWeblog API. Returns the metaWeblog struct collection.
Parameters
| string | blogid |
| string | username |
| string | password |
| integer | numberOfPosts |
Return Value
Makes a new file to a designated blog using the metaWeblog API. Returns url as a string of a struct.
Parameters
| string | blogid |
| string | username |
| string | password |
| struct FileData | file |
Return Value
Makes a new post to a designated blog using the metaWeblog API. Returns postid as a string.
Parameters
| string | blogid |
| string | username |
| string | password |
| struct Post | post |
| boolean | publish |
Return Value
Members
| string | blogid |
| string | url |
| string | blogName |
Members
| dateTime | dateCreated - Required when posting. |
| string | description - Required when posting. |
| string | title - Required when posting. |
| array of string | categories (optional) |
| struct Enclosure | enclosure (optional) |
| string | link (optional) |
| string | permalink (optional) |
| any | postid (optional) |
| struct Source | source (optional) |
| string | userid (optional) |
| any | mt_allow_comments (optional) |
| any | mt_allow_pings (optional) |
| any | mt_convert_breaks (optional) |
| string | mt_text_more (optional) |
| string | mt_excerpt (optional) |
Members
| string | description |
| string | htmlUrl |
| string | rssUrl |
| string | title |
| string | categoryid |
Members
Members
Members
| integer | length (optional) |
| string | type (optional) |
| string | url (optional) |
Members
| string | name (optional) |
| string | url (optional) |
BlogServer.Service.XmlRpc 1.0.0 CookComputing.XmlRpcV2 2.5.0 .NET CLR 4.0.30319