binkley / sproingk

Spring Boot with Kotlin
Other
1 stars 1 forks source link

Use `POST` to start new greeting #27

Closed binkley closed 7 years ago

binkley commented 7 years ago

Better REST API to use POST than GET /greeting/Brian to start a new job.

binkley commented 7 years ago

Many references for this pattern: http://restcookbook.com/HTTP%20Methods/put-vs-post/