blob: 9d8206d8711eed84f2e3c78bb806868f4202c836 [file] [log] [blame]
POST http://localhost:8080/init HTTP/1.1
content-type: application/json
{
"value": {
"name" : "nodejs-helloworld",
"main" : "main",
"binary": false,
"code" : "function main() {return {payload: 'Hello World!'};}"
}
}
###