Namespace Api.metaWeblog
Defined in: Api.metaWeblog.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
Api.metaWeblog.editPost(id, name, password, content, publish)
|
<static> |
Api.metaWeblog.getCategories(id, name, password)
|
<static> |
Api.metaWeblog.getPost(id, name, password)
|
<static> |
Api.metaWeblog.getRecentPosts(id, name, password, limit)
|
<static> |
Api.metaWeblog.newMediaObject(id, name, password, media)
|
<static> |
Api.metaWeblog.newPost(id, name, password, content, publish)
|
Method Detail
<static>
{Boolean}
Api.metaWeblog.editPost(id, name, password, content, publish)
- Throws:
- {Error}
- Returns:
- {Boolean}
<static>
{Object[]}
Api.metaWeblog.getCategories(id, name, password)
- Throws:
- {Error}
- Returns:
- {Object[]}
<static>
{Object}
Api.metaWeblog.getPost(id, name, password)
- Throws:
- {Error}
- Returns:
- {Object}
<static>
{Object[]}
Api.metaWeblog.getRecentPosts(id, name, password, limit)
- Throws:
- {Error}
- Returns:
- {Object[]}
<static>
{Object}
Api.metaWeblog.newMediaObject(id, name, password, media)
- Throws:
- {Error}
- Returns:
- {Object}
<static>
{Number}
Api.metaWeblog.newPost(id, name, password, content, publish)
- Throws:
- {Error}
- Returns:
- {Number}