MetaWeblogApi
The following methods are supported:
Deletes a particular entry using the Blogger API.
Parameters
| string | appKey |
| string | postid |
| string | username |
| string | password |
| boolean | publish |
Return Value
Returns information on all the blogs a given user is a member.
Parameters
| string | appKey |
| string | username |
| string | password |
Return Value
Updates an existing post 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 posts using the metaWeblog API. Returns the metaWeblog struct collection.
Parameters
| string | blogid |
| string | username |
| string | password |
| integer | numberOfPosts |
Return Value
Uploads a new file as binary content. Returns url as a string.
Parameters
| string | blogid |
| string | username |
| string | password |
| struct MediaType | enclosure |
Return Value
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
| string | blogid |
| string | username |
| string | password |
| struct Post | post |
| boolean | publish |
Return Value
Members
| string | blogid |
| string | url |
| string | blogName |
Members
| array of string | categories (optional) - Represents the list of categories associated with the entry. |
| dateTime | dateCreated - Represents the entry's timestamp. Required when posting. |
| string | description - Represents the entry's content. Required when posting. |
| string | link (optional) - Represents the entry's permalink. |
| string | permalink (optional) - Represents the entry's permalink. |
| string | postid (optional) - Represents the entry's ID. |
| string | title - Represents the entry's title. Required when posting. |
Members
| string | description |
| string | htmlUrl |
| string | rssUrl |
| string | title |
| string | categoryid |
Members
| string | name |
| string | type |
| base64 | bits |
Members