UNPKG

zephyr-scale-client

Version:

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

8 lines (7 loc) 169 B
export function api(client) { return { async list({ entityType } = {}) { return client._request('/v2/customfields', { query: { entityType } }); } }; }