UNPKG

dtamind-components

Version:

Apps integration for Dtamind. Contain Nodes and Credentials.

33 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class OpikApi { constructor() { this.label = 'Opik API'; this.name = 'opikApi'; this.version = 1.0; this.description = 'Refer to <a target="_blank" href="https://www.comet.com/docs/opik/tracing/sdk_configuration">Opik documentation</a> on how to configure Opik credentials'; this.inputs = [ { label: 'API Key', name: 'opikApiKey', type: 'password', placeholder: '<OPIK_API_KEY>' }, { label: 'URL', name: 'opikUrl', type: 'string', placeholder: 'https://www.comet.com/opik/api' }, { label: 'Workspace', name: 'opikWorkspace', type: 'string', placeholder: 'default' } ]; } } module.exports = { credClass: OpikApi }; //# sourceMappingURL=OpikApi.credential.js.map