UNPKG

actionhero

Version:

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

21 lines (17 loc) 350 B
'use strict' exports.action = { name: '%%name%%', description: '%%description%%', blockedConnectionTypes: [], outputExample: {}, matchExtensionMimeType: false, version: 1.0, toDocument: true, middleware: [], inputs: {}, run: function (api, data, next) { let error = null // your logic here return next(error) } }