n8n-nodes-late
Version:
n8n community node for LATE API - Schedule and manage social media posts across Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Threads
20 lines • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.usageResource = void 0;
exports.usageResource = {
operations: [
{
name: "Get Stats",
value: "getStats",
action: "Get usage statistics",
routing: {
request: {
method: "GET",
url: "/usage-stats",
},
},
},
],
fields: [],
};
//# sourceMappingURL=usage.js.map