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
inventory/ <- GET all stock (an overview without much depth; filter by date?)
inventory/stock/{stock_id} <- GET info on all stock_id for ingredient of ingredient_id
inventory/ingredient/{stock_id} <- GET single item w/ stock_id (overview + ingredients)
The text was updated successfully, but these errors were encountered:
Potential Implementation:
inventory/ <- GET all stock (an overview without much depth; filter by date?)
inventory/stock/{
stock_id
} <- GET info on all stock_id for ingredient ofingredient_id
inventory/ingredient/{
stock_id
} <- GET single item w/stock_id
(overview + ingredients)The text was updated successfully, but these errors were encountered: