UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCdnEndpoint = void 0; const getCdnEndpoint = ({ httpClient, }) => ({ cdn_endpoint_id, }) => { const url = `/cdn/endpoints/${cdn_endpoint_id}`; return httpClient.get(url); }; exports.getCdnEndpoint = getCdnEndpoint; //# sourceMappingURL=get-cdn-endpoint.js.map