UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

25 lines 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PostHogApi = void 0; class PostHogApi { name = 'postHogApi'; displayName = 'PostHog API'; documentationUrl = 'posthog'; properties = [ { displayName: 'URL', name: 'url', type: 'string', default: 'https://app.posthog.com', }, { displayName: 'API Key', name: 'apiKey', type: 'string', typeOptions: { password: true }, default: '', }, ]; } exports.PostHogApi = PostHogApi; //# sourceMappingURL=PostHogApi.credentials.js.map