UNPKG

n8n-nodes-linkupapi

Version:

n8n node for LINKUP API - Complete LinkedIn automation with 100% API coverage and full documentation

7 lines (6 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NODE_VERSION = exports.LINKUP_API_BASE_URL = void 0; // Centralisation des constantes exports.LINKUP_API_BASE_URL = "https://api.linkupapi.com/v1"; exports.NODE_VERSION = "2.4.31";