n8n-nodes-tripadvisor
Version:
Tripadvisor custom node for n8n
21 lines • 686 B
JavaScript
;
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