We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentad16755 commitb28961bCopy full SHA for b28961b
README.md
@@ -195,12 +195,6 @@ Turn off integration mode, which means your account is live (and you'll be bille
195
client.account.live()
196
```
197
198
-##Additional settings
199
-In adition Zencoder class consructor takes these arguments:
200
-*`proxies` - (optional) Dictionary mapping protocol to the URL of the proxy.
201
-*`cert` - (optional) if String, path to ssl client cert file (.pem). If Tuple, (‘cert’, ‘key’) pair.
202
-*`http_timeout` - (optional) Float describing the timeout of the request
203
-
204
##Tests
205
206
The tests use the`mock` library to stub in response data from the API. Run tests individually: