Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 409 Bytes

basic_zoom

Package Installation

pip install basic-zoom

Example Package Usage Server-to-Server app

from basic_zoom import ZoomAPIClient

zoomapi = ZoomAPIClient(
    ACCOUNT_ID=" <Zoom Account ID here> ",
    S2S_CLIENT_ID=" <Zoom S2S App Client ID here> ",
    S2S_CLIENT_SECRET=" <Zoom S2S App Client Secret here> ",)

result = zoomapi.get(endpoint_url="/phone/call_logs")