b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: xmlsrv ] [ index: xmlsrv ] [ all elements ]

Procedural File: _mt.api.php

Source Location: /blogs/inc/xmlrpc/apis/_mt.api.php

Page Details

XML-RPC : Movable Type API (partial)

b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html

Author:  tblue246 (Tilman BLUMENBACH)
Author:  tor
Author:  waltercruz
Version:  $Id: _mt.api.php,v 1.14 2010/02/28 13:42:07 efy-yury Exp $
Copyright:  (c)2003-2010 by Francois PLANQUE - http://fplanque.net/
See:  http://manual.b2evolution.net/MovableType_API
Filesource:  Source Code for this file
Functions
mt_getCategoryList  [line 215]

void mt_getCategoryList( xmlrpcmsg $m  )

mt.getCategoryList

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. blogid (string): Unique identifier of the blog to query
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.

API Tags:
See:  http://www.sixapart.com/developers/xmlrpc/movable_type_api/mtgetcategorylist.html


[ Top ]
mt_getPostCategories  [line 141]

void mt_getPostCategories( xmlrpcmsg $m  )

mt.getPostCategories : Get the categories for a given post.

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. postid (string): Unique identifier of the post to query
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.


[ Top ]
mt_publishPost  [line 233]

void mt_publishPost( xmlrpcmsg $m  )

mt.publishPost

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. postid (string): Unique identifier of the post to publish
  2. username (string): Login for a user who is member of the blog.
  3. password (string): Password for said username.

API Tags:
See:  http://www.sixapart.com/developers/xmlrpc/movable_type_api/mtpublishpost.html


[ Top ]
mt_setPostCategories  [line 48]

void mt_setPostCategories( xmlrpcmsg $m  )

mt.setPostCategories : set cats for a post

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. postid (string): Unique identifier of the post to edit
  2. username (string): Login for a Blogger user who is member of the blog.
  3. password (string): Password for said username.


[ Top ]
mt_supportedMethods  [line 25]

void mt_supportedMethods( )

XML-RPC : Movable Type API (partial)

b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html


API Tags:
See:  http://manual.b2evolution.net/MovableType_API
Filesource:  Source Code for this file

Information Tags:
Author:  tblue246 (Tilman BLUMENBACH)
Author:  tor
Author:  waltercruz
Version:  $Id: _mt.api.php,v 1.14 2010/02/28 13:42:07 efy-yury Exp $
Copyright:  (c)2003-2010 by Francois PLANQUE - http://fplanque.net/

[ Top ]


Documentation generated on Sat, 06 Mar 2010 04:19:58 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).