UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSnapshot = void 0; const getSnapshot = ({ httpClient, }) => ({ snapshot_id, }) => { const url = `/snapshots/${snapshot_id}`; return httpClient.get(url); }; exports.getSnapshot = getSnapshot; //# sourceMappingURL=get-snapshot.js.map