RIAEvangelist / node-dominos-pizza-api

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

Accounts support #47

Closed reanimus closed 8 years ago

reanimus commented 8 years ago

This one might be more dicey, but any chance of supporting Domino's "Pizza Profiles" (aka online account)?

RIAEvangelist commented 8 years ago

We could support allowing people to utilize the accounts on dominos, however since domino's already stores that information there would be no need for us to dually store it.

I guess the path to this would be :

  1. We already have the ability to use accounts on the existing API, maybe extend customer to support this
  2. look into account creation api
  3. support account creation with domino's api
reanimus commented 8 years ago

I figured as much. My big thing is that I'd like the ability to get their rewards thing (essentially a free pizza every 6 orders or so). The ability to use stored payment/address info/orders would be sweet too.

RIAEvangelist commented 8 years ago

I think this would still allow that right?

reanimus commented 8 years ago

Hopefully! I'm not familiar with the implementation details yet, I just saw it didn't have accounts support at the moment.