UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

9 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAnthropicKey = void 0; const getAnthropicKey = ({ httpClient }) => ({ key_uuid }) => { const url = `/gen-ai/anthropic/keys/${key_uuid}`; return httpClient.get(url); }; exports.getAnthropicKey = getAnthropicKey; //# sourceMappingURL=get-anthropic-key.js.map