phpDocumentor xml
[ class tree: xml ] [ index: xml ] [ all elements ]

Procedural File: _b2.api.php

Source Location: /qp_inc/xmlrpc/apis/_b2.api.php

Page Details

XML-RPC : B2 API

Quam Plures - http://quamplures.net/ Released under GNU GPL License - http://quamplures.net/license.html

Copyright:  (c)2003-2009 by Francois PLANQUE - http://fplanque.net/
Copyright:  (c) 2009 - 2011 by the Quam Plures developers - http://quamplures.net/
See:  http://manual.b2evolution.net/B2_API
Filesource:  Source Code for this file
Functions
b2_getcategories  [line 108]

xmlrpcresp b2_getcategories( xmlrpcmsg $m  )

b2.getCategories

Gets also used for mt.getCategoryList. Is this correct?

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:
Return:  XML-RPC Response


[ Top ]
b2_getposturl  [line 130]

xmlrpcresp b2_getposturl( xmlrpcmsg $m  )

b2.getPostURL

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

API Tags:
Return:  XML-RPC Response


[ Top ]
b2_newpost  [line 36]

xmlrpcresp b2_newpost( xmlrpcmsg $m  )

b2.newPost. Adds a post, blogger-api like, +title +category +postdate.

b2 API

Parameters:
xmlrpcmsg   $m:  XML-RPC Message
  1. ?
  2. ?
  3. username (string): Login for a Blogger user who is member of the blog.
  4. password (string): Password for said username.
  5. content (string): The content of the post.
  6. publish (boolean): If set to true, the post will be published immediately.
  7. title (string): The title of the post.
  8. category (string): The internal name of the category you want to post the post into.
  9. date (string): This is the date that will be shown in the post, give "" for current date.

API Tags:
Return:  XML-RPC Response


[ Top ]