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