After installation plugin will register backend "Restaurant" menu position. From there you will be able to manage your menu items and categories.
There will be two sub-menus, Categories and Items. Categories will list all created categories. Items some will list all created items.
- Url to get all categories:
/api/v1/categories
- Url to get single category:
/api/v1/categories/:id
- Url to get all items:
/api/v1/items
- Url to get single item:
/api/v1/items/:id