team-telnyx / telnyx-python

Python SDK for the Telnyx API
MIT License
49 stars 16 forks source link

updated verify endpoints + tests #57

Closed ADandyGuyInSpace closed 3 years ago

ADandyGuyInSpace commented 3 years ago

If someone can take a look and see why it's failing for lint errors, that would be great. I'm going crazy with pylint

d-telnyx commented 3 years ago

Is there still support for creating the verify resource in the previous manner?

telnyx.Verification.create(
    phone_number=TEST_PHONE_NUMBER,
    type="sms",
    verify_profile_id=VERIFY_PROFILE
)

The API still supports this, however moving forward the interface will be updated and the SDK will work with the latest verification spec