Weblog's Programmers Guide
Weblog Controllers
Post new
- Description: Creates new post
-
API name:
ODS.ODS_API."weblog.post.new" -
Parameters:
-
inst_id -
categories -
date_created -
description -
enclosure -
source -
title -
link -
author -
comments -
allow_comments -
allow_pings -
convert_breaks -
excerpt -
tb_ping_urls -
text_more -
keywords -
publish
-
Post edit
- Description: edits post
-
API name:
ODS.ODS_API."weblog.post.edit" -
Parameters:
-
post_id -
categories -
date_created -
description -
enclosure -
source -
title -
link -
author -
comments -
allow_comments -
allow_pings -
convert_breaks -
excerpt -
tb_ping_urls -
text_more -
keywords -
publish
-
Post delete
- Description: deletes post
-
API name:
ODS.ODS_API."weblog.post.delete" -
Parameters:
-
post_id
-
Post get
- Description: gets post by given id
-
API name:
ODS.ODS_API."weblog.post.get" -
Parameters:
-
post_id
-
Comment get
- Description: gets comment by given comment id
-
API name:
ODS.ODS_API."weblog.comment.get" -
Parameters:
-
post_id -
comment_id
-
Comment approve
- Description: approves comment
-
API name:
ODS.ODS_API."weblog.comment.approve" -
Parameters:
-
post_id -
comment_id
-
Comment delete
- Description: deletes comment
-
API name:
ODS.ODS_API."weblog.comment.delete" -
Parameters:
-
post_id -
comment_id
-
Comment new
- Description: creates new comment
-
API name:
ODS.ODS_API."weblog.comment.new" -
Parameters:
-
post_id -
name -
title -
email -
url -
text
-
Weblog get
- Description: gets weblog instance by given id
-
API name:
ODS.ODS_API."weblog.get" -
Parameters:
-
inst_id
-
Options set
- Description: set options
-
API name:
ODS.ODS_API."weblog.options.set" -
Parameters:
-
inst_id -
options
-
Options get
- Description: get options
-
API name:
ODS.ODS_API."weblog.options.get" -
Parameters:
-
inst_id
-
Upstreaming set
- Description: sets upstreaming
-
API name:
ODS.ODS_API."weblog.upstreaming.set" -
Parameters:
-
inst_id -
target_rpc_url -
target_blog_id -
target_protocol_id -
target_uname -
target_password -
acl_allow -
acl_deny -
sync_interval -
keep_remote -
max_retries -
max_retransmits -
initialize_log
-
Upstreaming get
- Description: gets upstreaming
-
API name:
ODS.ODS_API."weblog.upstreaming.get" -
Parameters:
-
job_id
-
Upstreaming remove
- Description: removes upstreaming
-
API name:
ODS.ODS_API."weblog.upstreaming.remove" -
Parameters:
-
job_id
-
Tagging set
- Description: defines tagging set
-
API name:
ODS.ODS_API."weblog.tagging.set" -
Parameters:
-
inst_id -
flag
-
Tagging retag
- Description: retags tagging sets
-
API name:
ODS.ODS_API."weblog.tagging.retag" -
Parameters:
-
inst_id -
keep_existing_tags
-