pizzapi
pizzapi copied to clipboard
A Python wrapper for the Dominos Pizza API
otherwise it would try to install a package called 'tests' at top level.
Customer example has been updated.
The API wrapped seems to no longer be in use, any update?
I was just going through the tutorial but can't get store.get_menu() to work. My code: >from pizzapi import * >customer = Customer('Donald', 'Trump', '[email protected]', '2024561111') >address = Address('2175 S 11th...
Hi there I've started messing around with this library a bit to make a discord bot for me and a group of friends to order pizzas through discord. I've gotten...
It is saying no stores are currently open but i know they are. Im in canada and it says it works in canada but im not sure how to make...
I think it would be cool to have a `Pizza` object, and a `Menu.search_topping()` function, where we could do something like this: `Menu.search_topping(Name="Cheese")` And that would return ` NAME ID...
Does the place function still work for placing orders? It doesn't seem like the orders I'm sending are actually going through to the store. After running .place on a order...
I tried to track my order using track_by_phone(), but I gave me an error. The error gave me info that contains personal info, so I can't show it to you....