n8n-nodes-cativa
Version:
This is an n8n community node to communicate with Cativa.
21 lines • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CativaApi = void 0;
class CativaApi {
constructor() {
this.name = 'cativaApi';
this.displayName = 'Cativa API';
this.properties = [
{
displayName: 'API Key',
name: 'apiKey',
type: 'string',
placeholder: '',
default: '',
required: true,
},
];
}
}
exports.CativaApi = CativaApi;
//# sourceMappingURL=CativaApi.credentials.js.map