Version: 1.0
Resource URLs: /shopcarts
, /shopcarts/<user-id>
, /shopcarts/<user-id>/items
, /shopcarts/<user-id>/items/<item-id>
Allows different users to store items in their shopcarts.
Run locally via honcho start
.
Test via nosetests
and (after starting local server) behave
.
See apidocs.