Skip to content

jsteinberg1/basic_zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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