UNPKG

zephyr-scale-client

Version:

Minimal JavaScript client for Zephyr Scale (Cloud) REST API. ESM, Node >=18.

8 lines (7 loc) 180 B
export function api(client) { return { async createExecutionResult(body) { return client._request('/v2/automations/executions', { method: 'POST', body }); } }; }