UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.removeContainerRegistry = void 0; const removeContainerRegistry = ({ httpClient, }) => ({ cluster_uuids, }) => { const url = '/kubernetes/clusters/registry'; const body = { cluster_uuids }; return httpClient.delete(url, { data: body }); }; exports.removeContainerRegistry = removeContainerRegistry; //# sourceMappingURL=remove-container-registry.js.map