RIAEvangelist / node-dominos-pizza-api

This is a node.js wrapper for the dominos pizza apis
MIT License
514 stars 126 forks source link

Document options as the `menu.toppings` field #110

Open RIAEvangelist opened 3 years ago

RIAEvangelist commented 3 years ago

All options for food types are contained inside the menu.toppings member of the Menu class. See docs here docs/Menu.md

This member could use documentation. If you log out the toppings it could be used to create a toppings.md that would document the various options available for food types.

Contribution welcome.