dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getVolumeAction = void 0;
const getVolumeAction = ({ httpClient, }) => ({ action_id, volume_id, }) => {
const url = `/volumes/${volume_id}/actions/${action_id}`;
return httpClient.get(url);
};
exports.getVolumeAction = getVolumeAction;
//# sourceMappingURL=get-volume-action.js.map