UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCertificate = void 0; const getCertificate = ({ httpClient, }) => ({ certificate_id, }) => { const url = `/certificates/${certificate_id}`; return httpClient.get(url); }; exports.getCertificate = getCertificate; //# sourceMappingURL=get-certificate.js.map