Hi Justin, Am Sonntag, den 20.02.2011, 18:27 +0000 schrieb Justin Edelson: > Shay's question(s) have got me thinking... is there a need to > formalize the HTTP API exposed by the webconsole plugins (or at least > the *core* plugins)? Other than maven-sling-plugin, do other > applications use the webconsole as an HTTP service? Or is that just a > quirk of the history of the webconsole?
There are two parts of the API: The input (client-to-server requests) which has been stable over the last few releases and the output (server-to-client responses) which have been changed now and then while converting to JQuery. So, I agree we probably (1) have to document the input side and (2) better formalize the output side ... Regards Felix