evolution-client-python/evolutionapi/services
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
..
__pycache__ Refactor chat message retrieval in ChatService to include optional filters for message ID, sender, type, and timestamps. Update test_evolution.py to include commented-out examples for fetching group messages. Remove unused response print statements. 2025-01-16 17:40:36 -03:00
__init__.py adjusts in package 2024-10-30 12:00:25 -03:00
call.py adjusts in package 2024-10-30 12:00:25 -03:00
chat.py Refactor chat message retrieval in ChatService to include optional filters for message ID, sender, type, and timestamps. Update test_evolution.py to include commented-out examples for fetching group messages. Remove unused response print statements. 2025-01-16 17:40:36 -03:00
group.py Update version to 0.0.8, modify group service API endpoints to use query parameters, and update test instances. Remove old distribution files and add new ones for version 0.0.8. 2025-01-16 17:22:46 -03:00
instance_operations.py adjusts in package 2024-10-30 12:00:25 -03:00
instance.py adjusts in package 2024-10-30 12:00:25 -03:00
label.py adjusts in package 2024-10-30 12:00:25 -03:00
message.py fix: send media with file path for local files 2024-11-19 18:26:32 -03:00
profile.py adjusts in package 2024-10-30 12:00:25 -03:00
websocket.py feat: Add full support for WebSocket configuration and management in the Evolution API Client library 2025-03-06 09:44:59 -03:00