royendgel / vend-python

VEND POS python
0 stars 0 forks source link

Change api to something like a ORM #1

Open royendgel opened 7 years ago

royendgel commented 7 years ago

instead of doing vend.add_customer() do something like : vend.Customer.create() vend.Customer.delete() vend.Customer.update() vend.Customer.list()

royendgel commented 7 years ago

Created resources where all classes will be going. without breaking this api.