UNPKG

n8n-nodes-placid

Version:

n8n node to interact with Placid API for creative generation

14 lines 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestDefaults = void 0; const config_1 = require("../utils/config"); const BASE_URL = 'https://api.placid.app/api/integromat'; exports.requestDefaults = { baseURL: BASE_URL, headers: { Accept: config_1.PlacidConfig.HTTP.HEADERS.ACCEPT, 'Content-Type': config_1.PlacidConfig.HTTP.HEADERS.CONTENT_TYPE, 'x-placid-integration': config_1.PlacidConfig.HTTP.HEADERS.PLACID_INTEGRATION, }, }; //# sourceMappingURL=index.js.map