No project description provided
Project description
ZoomDotPy
Designed for use with a server-to-server oauth zoom developer app
Install
python3 -m pip install zoomdotpy
Bleeding Edge:
pip install git+https://github.com/Sceptyre/python-zoom.git@devel
Usage
from zoomdotpy import ZoomClient
zoom = ZoomClient(
'<API_KEY>',
'<API_SECRET>'
)
# List phone devices
zoom.phones.devices.list_devices()
# list phone sites
zoom.phones.sites.list_sites()
# List rooms
zoom.rooms.list_rooms()
# Get specific room
zoom.rooms.get_room('abc123')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zoomdotpy-0.1.11.tar.gz
(26.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zoomdotpy-0.1.11.tar.gz.
File metadata
- Download URL: zoomdotpy-0.1.11.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc81ae68b0be3a4ff54c1d9cc867e02654b26a217724c04d91ed4c8fcd66219
|
|
| MD5 |
bb4cc927ea240df5b75c443c8190db59
|
|
| BLAKE2b-256 |
3686d774c703249d8e1a05277d902380a9fc81e202a8f2f5f77db5fb49c4c434
|
File details
Details for the file zoomdotpy-0.1.11-py3-none-any.whl.
File metadata
- Download URL: zoomdotpy-0.1.11-py3-none-any.whl
- Upload date:
- Size: 50.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcd4434f8d1e7afe6b273466e195a244b6c96d42982e290820481ac45fb31fba
|
|
| MD5 |
1dbb7c90a19a215a193a7f960a7e3bba
|
|
| BLAKE2b-256 |
4cede4e3b778f20053a9aebb90906f318b03996ecb4f0650e08fad622c132a54
|