dtamind-components
Version:
Apps integration for Dtamind. Contain Nodes and Credentials.
20 lines • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ExaSearchApi {
constructor() {
this.label = 'Exa Search API';
this.name = 'exaSearchApi';
this.version = 1.0;
this.description =
'Refer to <a target="_blank" href="https://docs.exa.ai/reference/getting-started#getting-access">official guide</a> on how to get an API Key from Exa';
this.inputs = [
{
label: 'ExaSearch Api Key',
name: 'exaSearchApiKey',
type: 'password'
}
];
}
}
module.exports = { credClass: ExaSearchApi };
//# sourceMappingURL=ExaSearchApi.credential.js.map