You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor current implementation of get products of bar and get products of category id (with barid)
to a general get products of bar endpoint "/bar/{barId}/products"
with query parameters:
category / categoryId
isFavorite
poductType / type
Query parameters that could be implemented for broad usage of endpoint:
min price
max price
size / amount (For easy quering of bottle / not bottle+ sized products)
??posibility?? search product by name/brandquery param
(Add ability to search with aditional params, mentioned above) (i.e. search product name in category)
The text was updated successfully, but these errors were encountered:
Refactor current implementation of get products of bar and get products of category id (with barid)
to a general get products of bar endpoint "/bar/{barId}/products"
with query parameters:
Query parameters that could be implemented for broad usage of endpoint:
(Add ability to search with aditional params, mentioned above) (i.e. search product name in category)
The text was updated successfully, but these errors were encountered: