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 parent93b61b4 commitc7c3c5cCopy full SHA for c7c3c5c
README.md
@@ -40,6 +40,7 @@ Install from PyPI using `easy_install` or `pip`.
40
outputs = (iphone, web)
41
another_job = zen.job.create(input_url, outputs=outputs)
42
43
+**Note:** If you set the`ZENCODER_API_KEY` environment variable to your api key, you don't have to provide it when initializing Zencoder.
44
45
##Specifying the API Version
46
Set the version of the Zencoder API you want to use as the`api_version` keyword to the`Zencoder` object (defaults to`v2`):
@@ -52,8 +53,6 @@ zen = Zencoder(api_version='v1')
52
53
zen= Zencoder(api_version='edge')
54
```
55
-**Note:** If you set the`ZENCODER_API_KEY` environment variable to your api key, you don't have to provide it when initializing Zencoder.
56
-
57
##Contributors
58
*[Senko Rasic](http://github.com/senko)
59
*[Josh Kennedy](http://github.com/kennedyj)