RIAEvangelist / node-dominos-pizza-api

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

api endpoint not working? #81

Closed dy5es41 closed 5 years ago

dy5es41 commented 5 years ago

running the tests, everything that is local is working, but as soon as an api call made then the script will hang. Is API still public?

  Address                                                                                                                                                                                                                                     
    ✓ should create Address object from JSON                                                                                                                                                                                                  
    ✓ should create Address object from string                                                                                                                                                                                                
    ✓ should return full address to pass to findNearbyStores                                                                                                                                                                                  
    ✓ should return zip code to pass to findNearbyStores                                                                                                                                                                                      
    ✓ should return city, state, zip to pass to findNearbyStores                                                                                                                                                                              
    ✓ should create Address object from array                                                                                                                                                                                                 

  Customer                                                                                                                                                                                                                                    
    ✓ should be created                                                                                                                                                                                                                       

  Item                                                                                                                                                                                                                                        
    ✓ should create base item                                                                                                                                                                                                                 
    ✓ should create item with quantity 1                                                                                                                                                                                                      
    ✓ should create item with one option                                                                                                                                                                                                      
    ✓ should create item with multiple options                                                                                                                                                                                                

  Menu
    ParseMenu

      1) should parse menu

  Order
    Creation
      ✓ should create Customer
      ✓ should add a pizza
    Validate

      2) should validate cheese pizza
      3) should validate pepperoni pizza
      4) should validate assorted order