dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.retryDropletDestroy = void 0;
const retryDropletDestroy = ({ httpClient, }) => ({ droplet_id, }) => {
const url = `/droplets/${droplet_id}/destroy_with_associated_resources/retry`;
return httpClient.post(url);
};
exports.retryDropletDestroy = retryDropletDestroy;
//# sourceMappingURL=retry-droplet-destroy.js.map