Closed TimothyXu closed 2 years ago
As a system administrator I need a nested API for shopcarts So that our micro service can be used intuitively as a RESTful service
Probably: use GET on /shopcarts/{id} to get all items in a certain shopcart.
Given [some context] When [certain action is taken] Then [the outcome of action is observed]
As a system administrator I need a nested API for shopcarts
So that our micro service can be used intuitively as a RESTful service
Details and Assumptions
Probably: use GET on /shopcarts/{id} to get all items in a certain shopcart.
Acceptance Criteria