141
edits
Ghendricks (talk | contribs) No edit summary |
Ghendricks (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
{| border=1 cellpadding=4 | {| border=1 cellpadding=4 | ||
| 2006-11-27 || | | 2006-11-27 || | ||
* Added [[ | * Added [[Testopia:Documentation:XMLRPC:Apache |instructions]] for using Basic Authorization with an Apache server | ||
* New [[ | * New [[Testopia:Documentation:XMLRPC:Query_Examples |query examples]] that do not use binary charts | ||
* New API [[Bugzilla_XML-RPC_API#Objects |objects]]: '''Build''', '''Product''', and '''User''' | * New API [[Bugzilla_XML-RPC_API#Objects |objects]]: '''Build''', '''Product''', and '''User''' | ||
* New methods for [[ | * New methods for [[Testopia:Documentation:XMLRPC:TestPlan |TestPlan]] object | ||
* New parameters added for managing query result sizes. <b>pagesize</b> is used to set the number of records returned. The default is 24. <b>page</b> is used to return a page of results based on pagesize. The default value for page is zero. For example, setting page equal to zero will return the first 24 records. Setting page equal to 1 will return the second set of 24 records. | * New parameters added for managing query result sizes. <b>pagesize</b> is used to set the number of records returned. The default is 24. <b>page</b> is used to return a page of results based on pagesize. The default value for page is zero. For example, setting page equal to zero will return the first 24 records. Setting page equal to 1 will return the second set of 24 records. | ||
Line 16: | Line 16: | ||
|- | |- | ||
| 2006-10-18 || | | 2006-10-18 || | ||
* Added [[ | * Added [[Testopia:Documentation:XMLRPC:PerlSSL |Instructions]] for using SSL and Perl (SOAP::Lite) on SLED10 | ||
|- | |- | ||
| 2006-10-04 || | | 2006-10-04 || | ||
Line 149: | Line 149: | ||
| '''Programming Language''' || '''Software''' || '''Special Notes''' | | '''Programming Language''' || '''Software''' || '''Special Notes''' | ||
|- | |- | ||
| Perl || [http://www.soaplite.com SOAP::Lite] || [[ | | Perl || [http://www.soaplite.com SOAP::Lite] || [[Testopia:Documentation:XMLRPC:PerlSSL |Instructions]] for using SSL and Perl on SLED10 | ||
|- | |- | ||
| Java || [http://ws.apache.org/xmlrpc Apache XML-RPC] || | | Java || [http://ws.apache.org/xmlrpc Apache XML-RPC] || | ||
Line 297: | Line 297: | ||
===Objects=== | ===Objects=== | ||
* [[ | * [[Testopia:Documentation:XMLRPC:Build |Build]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:Product |Product]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:User |User]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:TestPlan |TestPlan]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:TestCase |TestCase]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:TestRun |TestRun]] | ||
* [[ | * [[Testopia:Documentation:XMLRPC:TestCaseRun |TestCaseRun]] | ||
Line 309: | Line 309: | ||
# Where can I find more coding examples? | # Where can I find more coding examples? | ||
#* [[ | #* [[Testopia:Documentation:XMLRPC:Code_Examples |Here]]. | ||
# Where can I find the query examples again? | # Where can I find the query examples again? | ||
#* [[ | #* [[Testopia:Documentation:XMLRPC:Query_Examples |Here]]. | ||
# Where can I find how to setup Apache for use with the API and Basic Authentication? | # Where can I find how to setup Apache for use with the API and Basic Authentication? | ||
#* [[ | #* [[Testopia:Documentation:XMLRPC:Apache |Here]]. | ||
edits