sparkplug / momoapi-python

MTN MoMo API Client Library for Python
MIT License
47 stars 55 forks source link

Handle global and product specific variables #8

Closed raybesiga closed 5 years ago

raybesiga commented 5 years ago

Some of the variables required to initialize the library are global, while others are product specific.

The global variables are;

The product specific ones are;

Describe the solution you'd like

We should initialize the library with global variables and then initialize the product clients with product-specific variables.