-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEVEXP-464 update verification API with backwards compat #36
DEVEXP-464 update verification API with backwards compat #36
Conversation
) -> StartVerificationResponse: | ||
""" | ||
This method is not supported anymore. | ||
It should be used only for backward compatibility reasons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to specify which method to use instead
@@ -87,6 +114,10 @@ def start_callout( | |||
custom: str = None, | |||
speech_locale: str = None | |||
) -> StartVerificationResponse: | |||
""" | |||
This method is not supported anymore. | |||
It should be used only for backward compatibility reasons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as below
) -> StartVerificationResponse: | ||
""" | ||
dial_timeout argument is not supported anymore. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused, can you point me in PM in which oas file it was not supported anymore 😮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like I've misunderstood the OpenAPI spec. I'll remove this docstring
* DEVEXP-340/DEVEXP-471 - automated CI/CD release to PyPI and async library replacement (#29) * DEVEXP-464 update verification API with backwards compat (#36) * fix: recursion error (#38) * [SMS] service plan id version of the API (#17) * relese: bump the package version
#31 PR with added backward compatibility