hzulla / tolino-python

Access to tolino cloud with Python 3
GNU Lesser General Public License v2.1
78 stars 35 forks source link

Added support for Thalia.at #27

Closed schrer closed 5 years ago

schrer commented 5 years ago

I have added support for Thalia.at Thalia.at uses mostly the same services and applications in the back end as Thalia.de, so there was no additional code necessary, except the partner settings with some updated URLs and a different x_buchde.mandant_id. Also, I have added a line to the README.md, indicating support for Thalia.at

I have tested all commands supported by tolinoclient.py and all of them worked without a problem

If you need me to change something or if you want some more info, in order for you to accept the pull request, don't hesitate to ask for changes/clarification.

hzulla commented 5 years ago

Thank you!