XML-RPC

All commands are available via XML-RPC using the URI /cgi-bin/rpc on port 80.

All commands are fully documented via XML-RPC introspection. For example, xml-rpc-api2txt from the xmlrpc-c package (http://xmlrpc-c.sourceforge.net) will extract the documentation.

All commands use the prefix "le."

Commands that return a large amount of information may return an array of strings rather than a single string. le.image is such an example. For such commands, using the CGI interface will be substantially faster.