update ruby helloworld

This commit is contained in:
Chad Arimura
2017-05-25 15:38:39 -07:00
parent c52039eb35
commit 82f608558b
3 changed files with 79 additions and 20 deletions

View File

@@ -34,6 +34,10 @@ curl -H "Content-Type: application/json" -X POST -d @hello.payload.json http://l
That's it!
### Note on Dependencies
In Go, simply put them all in the `vendor/` directory.
# In Review
1. We piped JSON data into the function at the command line
@@ -56,5 +60,6 @@ That's it!
log.Println("here")
```
# Next Up
## [Tutorial 2: Input Parameters](examples/tutorial/params)