Doxygen documentation for TestLink-API-Python-client?

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
sander_pool
TestLink user
Posts: 12
Joined: Thu May 10, 2012 8:17 pm
Location: CT - USA

Doxygen documentation for TestLink-API-Python-client?

Post 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
Principal QA Automation Engineer at Somewhere
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

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

Post 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.
Post Reply