AC: A user of the Python SDK can use the API associated with the Customer Data endpoint. User will supply their own API key and be able to use the Data endpoint to delete data associated with their API key. For this one, I'm not really sure if we need a Data class/object since there's only one API and all it does is delete data; we should discuss how the design of this should work in a future meeting.
Remember to use Python3 and not Python2.
More info on the different APIs for the Account Endpoint: http://api.reimaginebanking.com/documentation#!/Bill/
AC: A user of the Python SDK can use the API associated with the Customer Data endpoint. User will supply their own API key and be able to use the Data endpoint to delete data associated with their API key. For this one, I'm not really sure if we need a Data class/object since there's only one API and all it does is delete data; we should discuss how the design of this should work in a future meeting.
Remember to use Python3 and not Python2.
More info on the different APIs for the Account Endpoint: http://api.reimaginebanking.com/documentation#!/Bill/