Right now, download functions (scripts where there are located) import mastr_session() to obtain user, token and SOAP bindings. Then, each bound function need to get passed the credentials.
With a Python wrapper around the SOAP queries, credentials can be passed automatically in the background.
Right now, download functions (scripts where there are located) import
mastr_session()to obtain user, token and SOAP bindings. Then, each bound function need to get passed the credentials.With a Python wrapper around the SOAP queries, credentials can be passed automatically in the background.