Attributes | Values |
---|
type
| |
Date Created
| |
Date Modified
| |
label
| |
maker
| |
Title
| |
isDescribedUsing
| |
has creator
| |
content
| - %VOSWARNING%
---++ODS Weblog Blogger API
* blogger.newPost
<verbatim>
Description: Creates a new post, and optionally publishes it.
Parameters:
"appkey" string
"blogid" string
"username" string
"password" string
"content" string
"publish" boolean
Return value: on success: "postid" string - ID of the new post; on failure: fault
</verbatim>
* blogger.editPost
<verbatim>
Description: Updates the information about an existing post.
Parameters:
"appkey" string
"postid" string
"username" string
"password" string
"content" string
"publish" boolean
Return value: on success: boolean true value on failure: fault
</verbatim>
* blogger.deletePost
<verbatim>
Description: Deletes a post.
Parameters:
"appkey" string
"postid" string
"username" string
"password" string
"publish" boolean
Return value: on success: boolean true value on failure: fault
</verbatim>
* blogger.getPost
* blogger.getRecentPosts
<verbatim>
Description: Returns a list of the most recent posts in the system.
Parameters:
"appkey" string
"blogid" string
"username" string
"password" string
"numberOfPosts" int
Return value: on success: array of structs containing:
{
"dateCreated" ISO.8601 date string
"userid" string
"postid" string
"content" string
}
on failure: fault
</verbatim>
* blogger.getUsersBlogs
Description: Returns a list of weblogs to which a user has posting privileges.
Parameters:
"appkey" string
"username" string
"password" string
Return value: on success: array of structs containing
{
"url" string
"blogid" string
"blogName" string
}
on failure: fault
</verbatim>
* blogger.getTemplate
<verbatim>
Parameters:
"appkey" string
"blogid" string
"username" string
"password" string
templateType string: Determines which of the blog's templates will be returned. Currently, either "main" or "archiveIndex" can be accepted.
Return value: on success: string containing the template "content" on failure: fault
</verbatim>
* blogger.setTemplate
<verbatim>
Parameters:
"appkey" string
"blogid" string
"username" string
"password" string
"template" string: The text for the new template (usually an HTML "content").
"templateType" string: Determines which of the blog's templates will be returned. Currently, either "main" or "archiveIndex".
Return value: on success: true value, boolean, on failure: fault
</verbatim>
* blogger.getUserInfo
<verbatim>
Description: Returns information about an author in the system.
Parameters:
"appkey" string
"username" string
"password" string
Return value: on success: struct containing:
{
string userid
string firstname
string lastname
string nickname
string email
string url
}
on failure: fault
Notes: firstname is the Movable Type "username" up to the first
space character, and lastname is the "username" after the first
space character.
</verbatim>
---+++ODS Weblog Blogger API Services UI Endpoint
ODS Weblog Blogger API Services UI endpoint:
<verbatim>
http://host:port/BlogAPI/services.vsmx
</verbatim>
ODS Weblog Blogger API Services wsdl Endpoint:
<verbatim>
http://host:port/BlogAPI/services.wsdl
</verbatim>
---+++References
* [[http://xmlrpc.free-conversant.com/docs/bloggerAPI][Blogger API ]]
|
id
| - d12c267313cd530cb5c2b9719cb3b4c3
|
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 | |