Vonage / vonage-python-sdk

Vonage Server SDK for Python. API support for Voice, SMS, WhatsApp, Verify (2FA), Video Meetings and more.
https://developer.vonage.com
Apache License 2.0
185 stars 112 forks source link

Add verify2 #254

Closed maxkahan closed 1 year ago

maxkahan commented 1 year ago

This PR adds Verify V2 functionality to the SDK.

This includes

codecov-commenter commented 1 year ago

Codecov Report

Merging #254 (d62f157) into main (99b9635) will decrease coverage by 0.27%. The diff coverage is 94.20%.

:exclamation: Current head d62f157 differs from pull request most recent head 5921e4e. Consider uploading reports for the commit 5921e4e to get more accurate results

@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   97.28%   97.01%   -0.27%     
==========================================
  Files          20       21       +1     
  Lines         737      805      +68     
==========================================
+ Hits          717      781      +64     
- Misses         20       24       +4     
Impacted Files Coverage Δ
src/vonage/verify.py 100.00% <ø> (ø)
src/vonage/client.py 94.38% <50.00%> (-1.91%) :arrow_down:
src/vonage/errors.py 100.00% <100.00%> (ø)
src/vonage/verify2.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

maxkahan commented 1 year ago

Have added BYOP to this PR