We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddafd13 commit d719024Copy full SHA for d719024
README.md
@@ -55,6 +55,13 @@ zen = Zencoder(api_version='v1')
55
# set to the edge version: https://app.zencoder.com/api/
56
zen = Zencoder(api_version='edge')
57
```
58
+
59
+## Additional settings
60
+In adition Zencoder class consructor takes these arguments:
61
+* `proxies` - (optional) Dictionary mapping protocol to the URL of the proxy.
62
+* `cert` - (optional) if String, path to ssl client cert file (.pem). If Tuple, (‘cert’, ‘key’) pair.
63
+* `http_timeout` - (optional) Float describing the timeout of the request
64
65
## Documentation
66
Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
67
0 commit comments