Testopia:Documentation:XMLRPC

From MozillaWiki
Jump to navigation Jump to search

Back to the Testopia Main Page

Testopia XMLRPC is now documented inline. On your local installation this means you can simply run perldoc /path/to/module.pm and view the docs. Or, if you have built the bugzilla documentation, you can find it listed in the doc/html/api/ directory in your installation.

Below are links to the documentation on landfill which can be accessed from HERE:

Any language with an XMLRPC library can make use of this API. There are several example clients in the testopia/contrib/drivers directory . Please note that only the Perl driver (client.pl) is officially supported by the Testopia developers at this time.


Back to the Testopia Main Page