XML-RPC
Extensible XML-RPC interface for remotely controlling your Chyrp install.
Summary
| XML-RPC | Extensible XML-RPC interface for remotely controlling your Chyrp install. |
| XMLRPC | Provides functionality for using external clients, services, etc. for accessing and adding to Chyrp. |
| Functions | |
| __construct | Registers the various XMLRPC methods. |
| pingback_ping | Receive and register pingbacks. Calls the “pingback” trigger. |
| metaWeblog_getRecentPosts | Returns a list of the most recent posts. |
| metaWeblog_getCategories | Returns a list of all categories to which the post is assigned. |
| metaWeblog_newMediaObject | Uploads a file to the server. |
| metaWeblog_getPost | Retrieves a specified post. |
| metaWeblog_newPost | Creates a new post. |
| metaWeblog_editPost | Updates a specified post. |
| blogger_deletePost | Deletes a specified post. |
| blogger_getUsersBlogs | Returns information about the Chyrp installation. |
| blogger_getUserInfo | Retrieves a specified user. |
| mt_getRecentPostTitles | Returns a bandwidth-friendly list of the most recent posts. |
| mt_getCategoryList | Returns a list of categories. |
| mt_getPostCategories | Returns a list of all categories to which the post is assigned. |
| mt_setPostCategories | Sets the categories for a post. |
| mt_supportedTextFilters | Returns an empty array, as this is not applicable for Chyrp. |
| getRecentPosts | Returns an array of the most recent posts. |
| convertFromDateCreated | Converts an IXR_Date (in $args[‘dateCreated’]) to SQL date format. |
| auth | Authenticates a given login and password, and checks for appropriate permission |
| error_handler | |
| exception_handler |
XMLRPC
Provides functionality for using external clients, services, etc. for accessing and adding to Chyrp.
Summary
| Functions | |
| __construct | Registers the various XMLRPC methods. |
| pingback_ping | Receive and register pingbacks. Calls the “pingback” trigger. |
| metaWeblog_getRecentPosts | Returns a list of the most recent posts. |
| metaWeblog_getCategories | Returns a list of all categories to which the post is assigned. |
| metaWeblog_newMediaObject | Uploads a file to the server. |
| metaWeblog_getPost | Retrieves a specified post. |
| metaWeblog_newPost | Creates a new post. |
| metaWeblog_editPost | Updates a specified post. |
| blogger_deletePost | Deletes a specified post. |
| blogger_getUsersBlogs | Returns information about the Chyrp installation. |
| blogger_getUserInfo | Retrieves a specified user. |
| mt_getRecentPostTitles | Returns a bandwidth-friendly list of the most recent posts. |
| mt_getCategoryList | Returns a list of categories. |
| mt_getPostCategories | Returns a list of all categories to which the post is assigned. |
| mt_setPostCategories | Sets the categories for a post. |
| mt_supportedTextFilters | Returns an empty array, as this is not applicable for Chyrp. |
| getRecentPosts | Returns an array of the most recent posts. |
| convertFromDateCreated | Converts an IXR_Date (in $args[‘dateCreated’]) to SQL date format. |
| auth | Authenticates a given login and password, and checks for appropriate permission |
| error_handler | |
| exception_handler |