Skip to content

Sceptyre/python-zoom

Repository files navigation

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')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages