Skip to content

implement 1.9.17 new api - getTestSuiteAttachments #83

Closed
@lczub

Description

@lczub

TL future release 1.9.17 delivers new api getTestSuiteAttachments

related TL pull request TestLinkOpenSourceTRMS/testlink-code#84

  • added API function to retrieve a testsuite's attachments
  /**
   * 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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions