Jeeran Blogs Service



The following methods are supported:

method blogger.deletePost

deletes a post from the blog

Parameters

stringappkey
stringpostid
stringusername
stringpassword
booleanpublish

Return Value

booleanAlways returns true

method blogger.getUserInfo

returns basic user information, such as name, email address, and userid

Parameters

stringappkey
stringusername
stringpassword

Return Value

struct UserInfoA struct containing profile information about the user

method blogger.getUsersBlogs

returns information about the user's blogs

Parameters

stringappkey
stringusername
stringpassword

Return Value

array of struct BlogDataAn array of structs that represents each of the user's blogs

method metaWeblog.editPost

edits an existing entry on a blog

Parameters

stringpostid
stringusername
stringpassword
struct PostDatacontent
booleanpublish

Return Value

booleanAlways returns true

method metaWeblog.getCategories

returns the list of categories that have been used in the blog

Parameters

stringblogid
stringusername
stringpassword

Return Value

array of struct CategoryDataAn array of structs that contains one struct for each category

method metaWeblog.getPost

returns a specific entry from a blog

Parameters

stringpostid
stringusername
stringpassword

Return Value

struct PostDataA struct that represents the post

method metaWeblog.getRecentPosts

returns the most recent non-draft blog posts in descending order by publish date

Parameters

stringblogid
stringusername
stringpassword
integernumberOfPosts

Return Value

array of struct PostDataAn array of structs that represents each post

method metaWeblog.newPost

posts a new entry to a blog

Parameters

stringblogid
stringusername
stringpassword
struct PostDatacontent
booleanpublish

Return Value

stringThe postid of the newly-created post

method mt.getCategoryList

Gets a list of active categories for a given blog as an array of MT category struct

Parameters

stringblogid
stringusername
stringpassword

Return Value

array of struct MtCategoryAn array of structs that contains one struct for each MT category

method mt.publishPost

Has no effect. Posts are published using metaWeblog.newPost and metaWeblog.editPost

Parameters

stringpostid
stringusername
stringpassword

Return Value

booleanalways returs true

method mt.setPostCategories

Has no effect. Post categories are set using metaWeblog.newPost and metaWeblog.editPost

Parameters

stringblogid
stringusername
stringpassword
array of struct MtCategorycategories

Return Value

booleanalways returns true

struct UserInfo

Members

stringuserid
stringfirstname
stringlastname
stringurl
stringemail
stringnickname

struct BlogData

Members

stringurl
stringblogid
stringblogName

struct PostData

Members

stringtitle (optional)
stringdescription
array of stringcategories (optional)
stringpostid (optional)
dateTimedateCreated (optional)

struct CategoryData

Members

stringdescription

struct MtCategory

Members

stringcategoryId
stringcategoryName
booleanisPrimary (optional)

 

App_Code 0.0.0   CookComputing.XmlRpc 0.9.2   .NET CLR 2.0.50727