Commit a6d0b24
Adds Subscriptions module for webhook notifications (#16)
* Configures proper test support file compilation
Replaces Code.require_file with idiomatic elixirc_paths configuration.
Mix now automatically compiles test/support files in test environment.
* Adds Subscriptions module for webhook notifications
Enables real-time change notifications from Microsoft Graph instead of
polling, reducing API calls and improving responsiveness for calendar
events, messages, and other resources.
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent dbb07db commit a6d0b24
5 files changed
Lines changed: 779 additions & 3 deletions
File tree
- lib/msg
- test
- msg
- integration
0 commit comments