Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

zencoder-py v0.6.5

Latest
Compare
Choose a tag to compare
Loading
@schworer schworer released this 03 Jul 23:13
· 8 commits to master since this release

You can now set a base_url when creating a Zencoder client. This will allow you to use the Zencoder client in conjunction with a service like Runscope.

For example:

from zencoder import Zencoder
client = Zencoder(base_url='https://app-zencoder-com-<runscope-bucket-key>.runscope.net/api/v2/')
client.job.list()
Morty Proxy This is a proxified and sanitized view of the page, visit original site.