UNPKG

@negreanucalin8x8/n8n-nodes-8x8

Version:
32 lines 936 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EightByEight = void 0; class EightByEight { constructor() { this.name = "eightByEightApi"; this.displayName = "8x8 API"; this.icon = "file:logo.svg"; this.documentationUrl = "https://developers.8x8.com"; this.properties = [ { typeOptions: { password: true, }, displayName: 'API Key', name: 'apiKey', type: 'string', default: '', }, ]; this.authenticate = { type: 'generic', properties: { headers: { Authorization: '=Bearer {{$credentials.apiKey}}', }, }, }; } } exports.EightByEight = EightByEight; //# sourceMappingURL=EightByEight.credentials.js.map