lczub / TestLink-API-Python-client

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

implement 1.9.17 new api - getTestSuiteAttachments #83

Closed lczub closed 6 years ago

lczub commented 7 years ago

TL future release 1.9.17 delivers new api getTestSuiteAttachments

related TL pull request https://github.com/TestLinkOpenSourceTRMS/testlink-code/pull/84

  /**
   * Gets attachments for specified test suite.
   * The attachment file content is Base64 encoded. To save the file to disk in client,
   * Base64 decode the content and write file in binary mode.
   *
   * @param struct $args
   * @param string $args["devKey"] Developer key
   * @param int $args["testsuiteid"]: id of the testsuite
   *
   * @return mixed $resultInfo
   * @author dennis@etern-it.de
   */
  public function getTestSuiteAttachments($args)