UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

20 lines (16 loc) 412 B
exports.action = { name: '%%name%%', description: '%%description%%', blockedConnectionTypes: [], outputExample: {}, matchExtensionMimeType: false, version: 1.0, toDocument: true, middleware: [], inputs: {}, run: function(api, data, next){ var error = null; // your logic here next(error); } };