daithi-coombes / api-connection-manager

Manages connections and requests to 3rd party providers or services
0 stars 1 forks source link

add xml-rpc method #64

Open daithi-coombes opened 11 years ago

daithi-coombes commented 11 years ago

Add a xml-rpc method that would allow api-con plugins to create their own xml-rpc methods. The namespace for the rpc methods would be in the format: api_con._$method, or something similar.

API Con shoudl extend the xmlrpc-server as per answer here: http://wordpress.stackexchange.com/questions/14759/extending-xml-rpc-best-practice