Page 1 of 1

Doxygen documentation for TestLink-API-Python-client?

Posted: Thu Nov 30, 2017 8:39 pm
by sander_pool
Hi,

In earlier projects I used a more primitive Python API than the one provided by TestLink-API-Python-client. Thank you for providing it! I still need to add an OO layer around it but that's cool. Reading the code is not the best way to explore the capabilities of the API. Is there a Doxygen tree somewhere? Or maybe this isn't provided because the decorator based method signatures don't lend themselves to this? First time I've seen code like this.

Code: Select all

    @decoApiCallAddDevKey            
    @decoMakerApiCallWithArgs(['testplanid'])
    def getLatestBuildForTestPlan(self):
Why did you choose this over simply writing out the entire signature like getLatestBuildForTestPlan(self, testplanid) ? What is the benefit?

Thanks,

Sander

Re: Doxygen documentation for TestLink-API-Python-client?

Posted: Sun Dec 03, 2017 9:31 am
by fman
Only code maintained on core product is XML-RPC server, and effort to create a doc instead of just reading comments on code is to high with amount of workforce on team.