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
Purpose of this enhancement is to remove dependency pymsteams
Why is it important?
We try to keep SPA as slim as possible, and to support native web requests instead of loading external modules.
How can it be implemented?
[ ] write a function to post a notification (title and subject) to Microsoft Teams
[ ] change code to use this function instead of pymsteams
[ ] remove dependency in setup.py
Reference code exist to submit notification to an incoming webhook of Teams:
What is this?
Purpose of this enhancement is to remove dependency pymsteams
Why is it important?
We try to keep SPA as slim as possible, and to support native web requests instead of loading external modules.
How can it be implemented?
[ ] write a function to post a notification (title and subject) to Microsoft Teams
[ ] change code to use this function instead of pymsteams
[ ] remove dependency in setup.py
Reference code exist to submit notification to an incoming webhook of Teams:
The text was updated successfully, but these errors were encountered: