File tree 1 file changed +1
-2
lines changed
Filter options
1 file changed +1
-2
lines changed
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Install from PyPI using `easy_install` or `pip`.
40
40
outputs = (iphone, web)
41
41
another_job = zen.job.create(input_url, outputs=outputs)
42
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.
43
44
44
45
## Specifying the API Version
45
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' )
53
54
```
54
55
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
56
## Contributors
58
57
* [ Senko Rasic] ( http://github.com/senko )
59
58
* [ Josh Kennedy] ( http://github.com/kennedyj )
You can’t perform that action at this time.
0 commit comments