blob: 61d9ef6c30a6e27e2bca1f5d80cf988b74ebdf20 [file] [log] [blame]
POST http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "nodejs-helloworld-with-params",
"main" : "main",
"binary": false,
"code" : "function main(params) {return {payload: 'Hello ' + params.name + ' from ' + params.place + '!'};}"
},
"activation": {
"namespace": "default",
"action_name": "nodejs-helloworld-with-params",
"api_host": "",
"api_key": "",
"activation_id": "",
"deadline": "4102498800000"
},
"value": {
"name" : "Joe",
"place" : "TX"
}
}
###