Skip to content
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

Merged

Conversation

650elx
Copy link
Contributor

@650elx 650elx commented Oct 14, 2024

#31 PR with added backward compatibility

@650elx 650elx changed the base branch from main to v1.1-next October 14, 2024 15:00
) -> StartVerificationResponse:
"""
This method is not supported anymore.
It should be used only for backward compatibility reasons.
Copy link

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.
Copy link

@Dovchik Dovchik Oct 24, 2024

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.
Copy link

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 😮

Copy link
Contributor Author

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

@650elx 650elx merged commit 3245d14 into v1.1-next Oct 28, 2024
4 checks passed
650elx added a commit that referenced this pull request Dec 19, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants