Skip to content

Commit 86f3a41

Browse files
committed
remove JWT doc
1 parent ab4e542 commit 86f3a41

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
77
pip install basic-zoom
88
```
99

10-
## Example Package Usage JWT
11-
12-
```
13-
from basic_zoom import ZoomAPIClient
14-
15-
zoomapi = ZoomAPIClient(
16-
API_KEY=" <Zoom API KEY here> ", API_SECRET=" <Zoom API Secret here> "
17-
)
18-
19-
result = zoomapi.get(endpoint_url="/phone/call_logs")
20-
```
21-
2210

2311
## Example Package Usage Server-to-Server app
2412

0 commit comments

Comments
 (0)