Tagged Questions

2
votes
3answers
226 views

RESTful Multiple Updates (Example: Clear a Shopping Cart)?

Let's say I have I have an online store with a "shopping cart" feature and I want to implement an "empty cart" link in a RESTful way. For simplicity, let's say my resources are a Cart that contains …