Closed binkley closed 7 years ago
Better REST API to use POST than GET /greeting/Brian to start a new job.
POST
GET /greeting/Brian
Many references for this pattern: http://restcookbook.com/HTTP%20Methods/put-vs-post/
Better REST API to use
POST
thanGET /greeting/Brian
to start a new job.