|
|
|
|
|
by bad_user
5188 days ago
|
|
I understand why that isn't RESTfull, but why is it more complex? "customers" are used to thinking in terms of actions. You hit this little button here for payment, you hit this other little button here for shipment. And for developers, these are like methods containing business logic belonging to an object. So where's the problem? |
|
GET /orders/42/pay is a verb on a verb. Maybe not complex, but definitely confusing.