Attributes | Values |
---|
type
| |
Date Created
| |
Date Modified
| |
label
| |
maker
| |
Title
| |
isDescribedUsing
| |
has creator
| |
content
| - ---++ODS Weblog Meta Weblog (XML-RPC) API
Notes: The "content" is a struct (unlike in bloggerAPI), so it can contain the following standard keys:
<verbatim>
{
string title - for the title of the entry;
string description - for the body of the entry;
string dateCreated - to set the created-on date of the entry.
* string userid - user made the post
* string "postid" - post ID
* string link - link to the document
* string permaLink - archive link
int mt_allow_comments - the value for the "allow_comments" field.
int mt_allow_pings - the value for the "allow_pings" field.
string mt_convert_breaks - the value for the "convert_breaks" field.
string mt_text_more - the value for the additional entry text.
string mt_excerpt - the value for the excerpt field;
string mt_keywords - the value for the keywords field;
array mt_tb_ping_urls - the list of TrackBack ping URLs for this entry.
}
</verbatim>
- If specified, 'dateCreated' should be in ISO.8601 format.
- The members denoted with asterisk are available only upon retrieval operations (like getPost and getrecentPosts)
* metaWeblog.newPost
<verbatim>
Description: Creates a new post, and optionally publishes it.
Parameters:
string "blogid"
string "username"
string "password"
struct "content"
boolean "publish"
Return value: on success, String /"postid"/ of new post; on failure, fault
</verbatim>
* metaWeblog.editPost
<verbatim>
Description: Updates information about an existing post.
Parameters:
string "postid"
string "username"
string "password"
struct "content"
boolean "publish"
Return value: on success, boolean true value; on failure, fault
</verbatim>
* metaWeblog.getPost
<verbatim>
Description: Returns information about a specific post.
Parameters:
string "postid"
string "username"
string "password"
Return value: on success, struct on failure, fault
</verbatim>
* metaWeblog.getRecentPosts
<verbatim>
Description: Returns a list of the most recent posts in the system.
Parameters:
string "blogid"
string "username"
string "password"
int "numberOfPosts"
Return value: on success, array of structs on failure, fault
</verbatim>
---+++ODS Weblog Meta Weblog (XML-RPC) API Services UI Endpoint
ODS Weblog Meta Weblog (XML-RPC) API Services UI endpoint:
<verbatim>
http://host:port/mt-tb/services.vsmx
</verbatim>
ODS Weblog Meta Weblog (XML-RPC) API Services wsdl Endpoint:
<verbatim>
http://host:port/mt-tb/services.wsdl
</verbatim>
---+++References
* [[http://www.xmlrpc.com/metaWeblogApi][MetawebLog API (extension of blogger API with rss2 elements)]]
|
id
| - 9da1ec080bca2b5e49b5b3cc2ab61d22
|
link
| |
has container
| |
http://rdfs.org/si...ices#has_services
| |
atom:title
| |
links to
| |
atom:source
| |
atom:author
| |
atom:published
| |
atom:updated
| |
topic
| |
is made
of | |
is container of
of | |
is link
of | |
is http://rdfs.org/si...vices#services_of
of | |
is links to
of | |
is creator of
of | |
is atom:entry
of | |
is atom:contains
of | |