Documentation for the XMLRPC Server?
Is there any docs for what actions and such the built in XMLRPC server supports?
Not being a Java person, I've found it difficult to dig through the code to find it. I'd like to write some scripts in PHP to access it from my test server.
Please sign in to leave a comment.
In PhpStorm, the XML-RPC server is currently only used by plugins such as the JavaScript debugger; it's not designed to be used by users.