rveachkc / pymsteams

Format messages and post to Microsoft Teams.
https://pypi.org/project/pymsteams/
Apache License 2.0
422 stars 78 forks source link

Added verify parameter for requests.post #46

Closed sagland closed 5 years ago

sagland commented 5 years ago

The verify parameter to requests.post is sometimes needed when a custom CA bundle path is needed.

rveachkc commented 5 years ago

Sorry for the delay, just now getting around to checking this, but I like it. I will take some time to update the version and get this merged into a release.

Requests doc: https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification

rveachkc commented 5 years ago

This is now available on PyPI as version 0.1.12. https://pypi.org/project/pymsteams/

sagland commented 5 years ago

Thanks!