v.0.17.1
2023.04.20
The package shimoku-api-python is no longer maintained
To get the new version 🤖
This small version solves an issue with the creation of businesses.
Fixes
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
toFalse
:s.business.create_business(name, create_default_roles=False)
Last updated