[wp-trac] Re: [WordPress Trac] #7744: XML-RPC needs a method to
expose a list of all the post tags
WordPress Trac
wp-trac at lists.automattic.com
Mon Oct 6 19:24:15 GMT 2008
#7744: XML-RPC needs a method to expose a list of all the post tags
--------------------------+-------------------------------------------------
Reporter: josephscott | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.7
Component: XML-RPC | Version:
Severity: normal | Resolution:
Keywords: tags, xmlrpc |
--------------------------+-------------------------------------------------
Comment (by josephscott):
Patch to add wp.getTags method to XML-RPC. Returns an array of structs,
each struct looks like:
{{{
{
"count" = 1;
"html_url" = "http://localhost/~joseph/wp/trunk/?tag=blue";
"name" = "blue";
"rss_url" =
"http://localhost/~joseph/wp/trunk?feed=rss2&tag=blue";
"slug" = "blue";
"tag_id" = 13;
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/7744#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list