.bumpversion.cfg
.editorconfig
.pyup.yml
CHANGES.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
requirements.txt
setup.cfg
setup.py
src/not_the_vonage_python_sdk.egg-info/PKG-INFO
src/not_the_vonage_python_sdk.egg-info/SOURCES.txt
src/not_the_vonage_python_sdk.egg-info/dependency_links.txt
src/not_the_vonage_python_sdk.egg-info/requires.txt
src/not_the_vonage_python_sdk.egg-info/top_level.txt
src/vonage/__init__.py
src/vonage/_internal.py
src/vonage/account.py
src/vonage/application.py
src/vonage/client.py
src/vonage/errors.py
src/vonage/meetings.py
src/vonage/messages.py
src/vonage/number_insight.py
src/vonage/numbers.py
src/vonage/redact.py
src/vonage/short_codes.py
src/vonage/sms.py
src/vonage/ussd.py
src/vonage/verify.py
src/vonage/voice.py
src/vonage/ncco_builder/__init__.py
src/vonage/ncco_builder/connect_endpoints.py
src/vonage/ncco_builder/input_types.py
src/vonage/ncco_builder/ncco.py
src/vonage/ncco_builder/pay_prompts.py
tests/conftest.py
tests/test_account.py
tests/test_application.py
tests/test_client.py
tests/test_getters_setters.py
tests/test_meetings.py
tests/test_messages_send_message.py
tests/test_messages_validate_input.py
tests/test_number_insight.py
tests/test_numbers.py
tests/test_packages.py
tests/test_redact.py
tests/test_rest_calls.py
tests/test_short_codes.py
tests/test_signature.py
tests/test_sms.py
tests/test_ussd.py
tests/test_verify.py
tests/test_voice.py
tests/util.py
tests/data/private_key.txt
tests/data/public_key.txt
tests/data/account/secret_management/create-validation.json
tests/data/account/secret_management/create.json
tests/data/account/secret_management/delete.json
tests/data/account/secret_management/get.json
tests/data/account/secret_management/last-secret.json
tests/data/account/secret_management/list.json
tests/data/account/secret_management/max-secrets.json
tests/data/account/secret_management/missing.json
tests/data/account/secret_management/unauthorized.json
tests/data/applications/create_application.json
tests/data/applications/get_application.json
tests/data/applications/list_applications.json
tests/data/applications/update_application.json
tests/data/meetings/delete_recording_not_found.json
tests/data/meetings/delete_recording_not_uploaded.json
tests/data/meetings/delete_theme_in_use.json
tests/data/meetings/get_recording.json
tests/data/meetings/get_recording_not_found.json
tests/data/meetings/get_session_recordings.json
tests/data/meetings/get_session_recordings_not_found.json
tests/data/meetings/list_dial_in_numbers.json
tests/data/meetings/list_logo_upload_urls.json
tests/data/meetings/list_rooms_theme_id_not_found.json
tests/data/meetings/list_rooms_with_theme_id.json
tests/data/meetings/list_themes.json
tests/data/meetings/logo_key_error.json
tests/data/meetings/long_term_room.json
tests/data/meetings/long_term_room_with_theme.json
tests/data/meetings/meeting_room.json
tests/data/meetings/multiple_rooms.json
tests/data/meetings/null.json
tests/data/meetings/theme.json
tests/data/meetings/theme_name_in_use.json
tests/data/meetings/theme_not_found.json
tests/data/meetings/update_application_theme.json
tests/data/meetings/update_application_theme_id_not_found.json
tests/data/meetings/update_no_keys.json
tests/data/meetings/update_room.json
tests/data/meetings/update_room_type_error.json
tests/data/meetings/update_theme_already_exists.json
tests/data/meetings/updated_theme.json
tests/data/verify/blocked_with_network.json
tests/data/verify/blocked_with_network_and_request_id.json
tests/data/verify/blocked_with_request_id.json
tests/test_ncco_builder/test_connect_endpoints.py
tests/test_ncco_builder/test_input_types.py
tests/test_ncco_builder/test_ncco_actions.py
tests/test_ncco_builder/test_ncco_builder.py
tests/test_ncco_builder/test_pay_prompts.py
tests/test_ncco_builder/ncco_samples/ncco_action_samples.py
tests/test_ncco_builder/ncco_samples/ncco_builder_samples.py