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

Releases: zencoder/zencoder-py

zencoder-py v0.6.5

03 Jul 23:13
Compare
Choose a tag to compare
Loading

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.