Commit Graph

4 Commits

Author SHA1 Message Date
Jackson Vieira
0126359ec3 refactor: apply ruff auto-fixes for imports and code style 2025-12-03 13:55:00 -03:00
Jackson Vieira
2421b1cf5b style: format codebase with ruff 2025-12-03 13:54:30 -03:00
Davidson Gomes
b0131a1141 feat: Add full support for WebSocket configuration and management in the Evolution API Client library
- Implement WebSocketConfig and WebSocketInfo models for event configuration
- Add create_websocket() method in the client for simplified creation of WebSocket handlers
- Expand WebSocket service with set_websocket() and find_websocket() methods
- Update README with detailed documentation on WebSocket configuration and usage
- Add new event handlers in the test example (on_qrcode, on_connection)
2025-03-06 09:44:59 -03:00
Davidson Gomes
ad3d0de564 feat: WebSocket service for event and connection management 2025-03-06 09:22:02 -03:00