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