You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add webhook feature for asynchronous response delivery
- Introduced `webhook_url` parameter in AsyncClient for webhook support.
- Updated README.md with usage instructions for webhooks.
- Created example script demonstrating webhook functionality.
- Enhanced BaseService to handle webhook responses and validation.
- Added unit tests for webhook functionality.
- Bumped version to 1.5.0.