Skip to content
#

pizza

Here are 221 public repositories matching this topic...

rossAPi
rossAPi commented Feb 19, 2019

**This code calls two api functions - api.add_item_to_basket and menu.get_item_by_name. Instead it is recommended to store intermediate values into separate variables:

potato_wedges = menu.get_item_by_name('Original Cheese & Tomato')
api.add_item_to_basket(item=potato_wedges, vairant=VARIANT.PERSONAL)**

vairant should be variant

EXAMPLE IN README.RST IS WRONG "VAIRATION"*******

Improve this page

Add a description, image, and links to the pizza topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pizza topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.