v.0.17.1
2023.04.20
Last updated
Was this helpful?
2023.04.20
The package shimoku-api-python is no longer maintained
To get the new version π€
pip install --upgrade shimoku-api-pythonThis small version solves an issue with the creation of businesses.
When creating a business the necessary roles for invited users where not being created, now it creates them. This option can be disabled setting the boolean create_default_roles to False:
s.business.create_business(name, create_default_roles=False)
Last updated
Was this helpful?
Was this helpful?