You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For convenience of API users it would be nice to have IZencoderClient.createJob return ZencoderJob instead of raw xml Document.
PHP API implementation from zencoder may be used as example.
Raw response (xml document or Json string) may be saved inside ZencoderJob (for example for the case when server response is extended but API implementation is not updated yet).
It is possible to update and return ZencoderJob that was passed to createJob method or construct and fill a new instance.
The text was updated successfully, but these errors were encountered:
For convenience of API users it would be nice to have IZencoderClient.createJob return ZencoderJob instead of raw xml Document.
PHP API implementation from zencoder may be used as example.
Raw response (xml document or Json string) may be saved inside ZencoderJob (for example for the case when server response is extended but API implementation is not updated yet).
It is possible to update and return ZencoderJob that was passed to createJob method or construct and fill a new instance.
The text was updated successfully, but these errors were encountered: