You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ from zencoder import Zencoder
20
20
21
21
Create an instance of the Zencoder client. This will accept an API key and version. If not API key is set, it will look for a `ZENCODER_API_KEY` environment variable. API version defaults to 'v2'.
22
22
23
-
# If you want to specify an API key when creating a client
24
-
client = Zencoder('API_KEY')
23
+
```python
24
+
# If you want to specify an API key when creating a client
0 commit comments