BasketItemResource
Namespace
IO\Api\Resources
Methods
public __construct($request, $response, $basketService)
BasketItemResource constructor.
Type |
Name |
Description |
|
||
|
||
|
public index(): Response
List basket items
public store(): Response
Add an item to the basket
public show($selector): Response
Get a basket item
Type |
Name |
Description |
|
public update($selector): Response
Update the basket item
Type |
Name |
Description |
|
public destroy($selector): Response
Delete an item from the basket
Type |
Name |
Description |
|
Thank you for your feedback!