facetoe / zenpy

Python wrapper for the Zendesk API
GNU General Public License v3.0
344 stars 162 forks source link

TalkPE calls API #617

Closed Ptr314 closed 10 months ago

Ptr314 commented 10 months ago

Implemented TalkPE Calls API

https://developer.zendesk.com/api-reference/voice/talk-partner-edition-api/calls/

The necessary tests are included and fully passed:

========================================== test session starts ==========================================
platform linux -- Python 3.8.18, pytest-7.4.0, pluggy-0.13.1
rootdir: /mnt/c/Storages/OneDrive/repositories/zenpy
plugins: betamax-0.8.1, nose2pytest-1.0.10
collected 262 items

tests/test_api/test_calls_pe.py ...                                                               [  1%]
tests/test_api/test_create_update_delete_helpcentre.py ................                           [  7%]
tests/test_api/test_create_update_delete_zendesk.py ............................................. [ 24%]
.........................................................                                         [ 46%]
tests/test_api/test_incremental_object_update.py ....                                             [ 47%]
tests/test_api/test_other_zendesk_objects.py .................................................... [ 67%]
..................................                                                                [ 80%]
tests/test_api/test_properties.py ...                                                             [ 81%]
tests/test_api/test_proxy.py ........................                                             [ 90%]
tests/test_api/test_webhooks_api.py .................                                             [ 97%]
tests/test_cache/test_cache.py .......                                                            [100%]

========================================= 262 passed in 10.74s ==========================================
cryptomail commented 10 months ago

@Ptr314 GREAT STUFF!!! Thank you for adding this, complete with tests!!! <3

cryptomail commented 10 months ago

Give me a few, and I'll do revision bump.