Antville 1.2-beta API Reference
Class Index | File Index

Classes


Namespace Api.blogger


Defined in: Api.blogger.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
Api.blogger.deletePost(appKey, id, name, password)
<static>  
Api.blogger.editPost(appKey, id, name, password, content, publish)
<static>  
Api.blogger.getPost(appKey, id, name, password)
<static>  
Api.blogger.getRecentPosts(appKey, id, name, password, limit)
<static>  
Api.blogger.getUserInfo(appKey, name, password)
<static>  
Api.blogger.getUsersBlogs(appKey, name, password)
<static>  
Api.blogger.newPost(appKey, id, name, password, content, publish)
Namespace Detail
Api.blogger
Method Detail
<static> {Boolean} Api.blogger.deletePost(appKey, id, name, password)
Parameters:
{String} appKey
{Number} id
{String} name
{String} password
Throws:
{Error}
Returns:
{Boolean} Always true

<static> {Boolean} Api.blogger.editPost(appKey, id, name, password, content, publish)
Parameters:
{String} appKey
{Number} id
{String} name
{String} password
{String} content
{Boolean} publish
Throws:
{Error}
Returns:
{Boolean} Always true

<static> {Object} Api.blogger.getPost(appKey, id, name, password)
Parameters:
{String} appKey
{Number} id
{String} name
{String} password
Throws:
{Error}
Returns:
{Object} Properties: content, userid, postid, dateCreated

<static> {Object[]} Api.blogger.getRecentPosts(appKey, id, name, password, limit)
Parameters:
{String} appKey
{Number} id
{String} name
{String} password
{Number} limit
Throws:
{Error}
Returns:
{Object[]} A list of objects with the properties postid, userid, dateCreated and content

<static> {Object} Api.blogger.getUserInfo(appKey, name, password)
Parameters:
{String} appKey
{String} name
{String} password
Throws:
{Error}
Returns:
{Object} Properties: userid, nickname and url

<static> {Object[]} Api.blogger.getUsersBlogs(appKey, name, password)
Parameters:
{String} appKey
{String} name
{String} password
Returns:
{Object[]} A list of objects with the properties blogid, blogName and url

<static> {Number} Api.blogger.newPost(appKey, id, name, password, content, publish)
Parameters:
{String} appKey
{Number} id
{String} name
{String} password
{String} content
{Boolean} publish
Throws:
{Error}
Returns:
{Number} The ID of the new story

Documentation generated by JsDoc Toolkit 2.3.2 on Sat Jan 16 2010 00:41:41 GMT+0100 (CET)