You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will create a folder /helpers which will have sub folder for each helper module. These modules will help do things that take multiple API calls such as creating a template and sending an email with that template applied.
We will provide a template of what should go in that sub folder, right now we are thinking:
/helpers
/helpers/myhelper
/helpers/myhelper/myhelper.py (or perhaps a more elaborate structure depending on complexity)
/helpers/myhelper/README.md
/helpers/myhelper/example.py
/helpers/myehlper/tests
We will create a folder
/helperswhich will have sub folder for each helper module. These modules will help do things that take multiple API calls such as creating a template and sending an email with that template applied.We will provide a template of what should go in that sub folder, right now we are thinking:
/helpers
/helpers/myhelper
/helpers/myhelper/myhelper.py (or perhaps a more elaborate structure depending on complexity)
/helpers/myhelper/README.md
/helpers/myhelper/example.py
/helpers/myehlper/tests