UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

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