Testopia:Documentation:XMLRPC: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
{| border=1 cellpadding=4
{| border=1 cellpadding=4
| 2006-11-27 ||  
| 2006-11-27 ||  
* Added [[Bugzilla_XML-RPC_API_Apache |instructions]] for using Basic Authorization with an Apache server
* Added [[Testopia:Documentation:XMLRPC:Apache |instructions]] for using Basic Authorization with an Apache server
* New [[Bugzilla_XML-RPC_API_Query_Examples |query examples]] that do not use binary charts
* 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 [[Bugzilla_XML-RPC_API_TestPlan |TestPlan]] object
* 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 [[Bugzilla_XML-RPC_API_PerlSSL |Instructions]] for using SSL and Perl (SOAP::Lite) on SLED10
* 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] || [[Bugzilla_XML-RPC_API_PerlSSL |Instructions]] for using SSL and Perl on SLED10
| 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===


* [[Bugzilla_XML-RPC_API_Build |Build]]
* [[Testopia:Documentation:XMLRPC:Build |Build]]
* [[Bugzilla_XML-RPC_API_Product |Product]]
* [[Testopia:Documentation:XMLRPC:Product |Product]]
* [[Bugzilla_XML-RPC_API_User |User]]
* [[Testopia:Documentation:XMLRPC:User |User]]
* [[Bugzilla_XML-RPC_API_TestPlan |TestPlan]]
* [[Testopia:Documentation:XMLRPC:TestPlan |TestPlan]]
* [[Bugzilla_XML-RPC_API_TestCase |TestCase]]
* [[Testopia:Documentation:XMLRPC:TestCase |TestCase]]
* [[Bugzilla_XML-RPC_API_TestRun |TestRun]]
* [[Testopia:Documentation:XMLRPC:TestRun |TestRun]]
* [[Bugzilla_XML-RPC_API_TestCaseRun |TestCaseRun]]
* [[Testopia:Documentation:XMLRPC:TestCaseRun |TestCaseRun]]




Line 309: Line 309:


# Where can I find more coding examples?
# Where can I find more coding examples?
#* [[Bugzilla_XML-RPC_API_Code_Examples |Here]].
#* [[Testopia:Documentation:XMLRPC:Code_Examples |Here]].
# Where can I find the query examples again?
# Where can I find the query examples again?
#* [[Bugzilla_XML-RPC_API_Query_Examples |Here]].
#* [[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?
#* [[Bugzilla_XML-RPC_API_Apache |Here]].
#* [[Testopia:Documentation:XMLRPC:Apache |Here]].




141

edits