AC: A user of the Python SDK can use any API associated with the Customer-facing Merchant endpoint. User will supply their own API key, and the SDK will utilize classes and objects (e.g. an Transfers class) as a layer of abstraction so that even a lowly college freshman can feel comfortable using Nessie.
extra-note: gonna try using an abstract class Transactions as the base class for transactions
AC: A user of the Python SDK can use any API associated with the Customer-facing Merchant endpoint. User will supply their own API key, and the SDK will utilize classes and objects (e.g. an Transfers class) as a layer of abstraction so that even a lowly college freshman can feel comfortable using Nessie.
extra-note: gonna try using an abstract class Transactions as the base class for transactions