[wp-trac] [WordPress Trac] #10514: Allow plugins to advertise its XML APIs in RSD
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 7 07:26:29 UTC 2009
#10514: Allow plugins to advertise its XML APIs in RSD
-------------------------+--------------------------------------------------
Reporter: sirzooro | Owner: josephscott
Type: enhancement | Status: new
Priority: normal | Milestone: 2.9
Component: XML-RPC | Version:
Severity: normal | Keywords: has-patch
-------------------------+--------------------------------------------------
Comment(by sirzooro):
I think of APIs developed for particular plugin only. At this moment
plugins can add register new XML RPC methods using xmlrpc_methods hook.
Unfortunately the only way to check from outside if blog supports them is
to call one of them and check if call succeeded. This is not a problem
(except for performance) if plugin provides some kind of "get" method. But
if it adds "set" methods only, this approach is not good. Therefore
ability to publish these APIs in RSD is a logical next step.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10514#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list