LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
dialpad/__init__.py
dialpad/client.py
dialpad/resources/__init__.py
dialpad/resources/app_settings.py
dialpad/resources/blocked_number.py
dialpad/resources/call.py
dialpad/resources/call_router.py
dialpad/resources/callback.py
dialpad/resources/callcenter.py
dialpad/resources/company.py
dialpad/resources/contact.py
dialpad/resources/department.py
dialpad/resources/event_subscription.py
dialpad/resources/number.py
dialpad/resources/office.py
dialpad/resources/resource.py
dialpad/resources/room.py
dialpad/resources/sms.py
dialpad/resources/stats.py
dialpad/resources/subscription.py
dialpad/resources/transcript.py
dialpad/resources/user.py
dialpad/resources/userdevice.py
dialpad/resources/webhook.py
python_dialpad_httpx.egg-info/PKG-INFO
python_dialpad_httpx.egg-info/SOURCES.txt
python_dialpad_httpx.egg-info/dependency_links.txt
python_dialpad_httpx.egg-info/requires.txt
python_dialpad_httpx.egg-info/top_level.txt
test/__init__.py
test/test_resource_sanity.py
test/utils.py