You are here

function blogapi_metaweblog_get_categories in Blog API 7.2

Same name and namespace in other branches
  1. 8 modules/blogapi_metaweblog/blogapi_metaweblog.module \blogapi_metaweblog_get_categories()

Service callback for metaWeblog.getCategories @TODO simplify this callback

1 string reference to 'blogapi_metaweblog_get_categories'
blogapi_metaweblog_services_resources in modules/blogapi_metaweblog/blogapi_metaweblog.module
Implements hook_services_resources().

File

modules/blogapi_metaweblog/blogapi_metaweblog.module, line 404
Provides MetaWeblog services for BlogAPI

Code

function blogapi_metaweblog_get_categories($blogid, $username, $password) {
  return blogapi_get_categories($blogid, $username, $password);
}