Skip to content

Commit d719024

Browse files
author
Alexander Shchepetilnikov
committed
Additional settings added to README
1 parent ddafd13 commit d719024

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ zen = Zencoder(api_version='v1')
5555
# set to the edge version: https://app.zencoder.com/api/
5656
zen = Zencoder(api_version='edge')
5757
```
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+
5865
## Documentation
5966
Docs are in progress, and hosted at Read the Docs: http://zencoder.rtfd.org
6067

0 commit comments

Comments
 (0)