This is the NodeJS API client for Testi@.
yarn add testiat-api-client-node
# or
npm install testiat-api-client-node
const Testiat = require('../index.js');
const testiatApiClient = new Testiat('yourapikey');
(async () => {
const clientsList = await testiatApiClient.getAvailableClients();
console.log(clientsList);
})();
All methods return a Promise and are either resolved with the API response or rejected with an Error object when one of the required arguments was not set or of the correct type.
List the email clients that you can use.
Gets the status of the given project ID.
Starts a new email test using the given subject, html string and array of email client IDs.