UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDropletAction = void 0; const getDropletAction = ({ httpClient, }) => ({ action_id, droplet_id, }) => { const url = `/droplets/${droplet_id}/actions/${action_id}`; return httpClient.get(url); }; exports.getDropletAction = getDropletAction; //# sourceMappingURL=get-droplet-action.js.map