UNPKG

n8n-nodes-tripadvisor

Version:
21 lines 686 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TripadvisorApi = void 0; class TripadvisorApi { constructor() { this.name = 'tripadvisorApi'; this.displayName = 'Tripadvisor API'; this.documentationUrl = 'https://tripadvisor-content-api.readme.io/reference/overview'; this.properties = [ { displayName: 'API Key', name: 'apiKey', type: 'string', typeOptions: { password: true }, default: '', }, ]; } } exports.TripadvisorApi = TripadvisorApi; //# sourceMappingURL=TripadvisorApi.credentials.js.map