/TQAConnector

Matlab Wrapper for Total QA REST API

Primary LanguageMATLAB

TQAConnector

Matlab Wrapper for Total QA REST API

The TQAConnection provides methods for each of the REST API calls to the Total QA service Several external libraries need to be installed and available on the MATLAB path

General Notes on response and status returns from the TQA service: Each call returns two variables , a response and a status. The reponse contains any data being retrieved or in the case of an error any details returned from the service. The status is a structure containing information on the headers, the final formed URL, the return codes and the overall status (isGood). The default format for the responses is a matlab structure. The response may be formatted as a JSON string or a MATLAB table by passing the P-V pair 'format',{'struct'}|'json','table

A tutorial for TQAConnector