|
|
|
|
|
by paul
6511 days ago
|
|
Well, I guess it depends how you define "FIT". It's possible to shoehorn just about any service into just about any model, but that doesn't make it a good idea. For example, sending email by doing a PUT to some newly created URL is silly. There's a reason that the english language has more than 5 verbs. |
|
Sending email is best mapped to POST (create), not PUT (update), and the URL doesn't change for POST.