lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

[Question]Where can I find the Testlink restful API doc? #115

Closed mayzhou0401 closed 4 years ago

lczub commented 5 years ago

Hello mayzhou0401,

this project handles with the XML-RPC api. How to get a list of supported XML-RPC api call see How to talk with TestLink in a python shell.

For the restful api, I must guess. Think best approach is you take a like directly into the code in tlRestApi.class.php

Hope this helps a little. Regards Luiko

lczub commented 4 years ago

no further response