digium / PySwitchvox

A python library for interacting with the Switchvox Extend API
Other
4 stars 2 forks source link

Switchvox 6.6.0.x Changed Authentication Methods #2

Closed voice1 closed 6 years ago

voice1 commented 6 years ago

Switchvox update 6.6.0.x changed API authentication methods removing HTTPDigestAuth. This change was undocumented on the release notes and was only uncovered on from an internal support ticket. Currently Digium has not release documentation or updated the SDK to match the changes making this SDK unusable on new installations.

I have submitted a patch to allow checking for supported authentication method and allow this SDK to remain viable. (see pull request)

matt-jordan commented 6 years ago

Thanks for the PR to fix this - I'm going to close out this issue to that PR.

https://github.com/digium/PySwitchvox/pull/1