UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

12 lines 567 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getActiveDeploymentLogs = void 0; const getActiveDeploymentLogs = ({ httpClient }) => ({ app_id, component_name, follow, pod_connection_timeout, type, }) => { const url = `/apps/${app_id}/components/${component_name}/logs`; const query_params = { follow, pod_connection_timeout, type }; return httpClient.get(url, { params: query_params, }); }; exports.getActiveDeploymentLogs = getActiveDeploymentLogs; //# sourceMappingURL=get-active-deployment-logs.js.map