| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| whatsapp-api-client-python-0.0.42.tar.gz | 2023-09-30 | 119.7 kB | |
| whatsapp-api-client-python-0.0.42.zip | 2023-09-30 | 131.2 kB | |
| README.md | 2023-09-30 | 515 Bytes | |
| Totals: 3 Items | 251.4 kB | 0 | |
Fixes
- Fixed webhook connection
Enhancements
- Updated examples
Features
- Added debug mode
In debug mode you can see data received from the Green API. To enable debug mode, add debug_mode option with True
value
greenAPI = API.GreenAPI(
"", "", debug_mode=True
)
- Added
raise_errorsoption
If the option is enabled, it will be raised when an error is received
greenAPI = API.GreenAPI(
"", "", raise_errors=True
)