Skip to content

Add JSON support in communication with zencoder.com #5

@aleksey-korolev

Description

@aleksey-korolev

zencoder.com supports communication in both json (by default) and xml.
ZencoderClient.createJob(ZencoderJob job) returns Document and there's no way to instruct ZencoderClient to use JSON.
JSON support has to be added.
There are 2 options:

  1. ZencoderClient uses json format for communication and returns json response from server as a String which is later processed by developer's code upon developer's discretion.
  2. ZencoderClient parses json string from server and constructs JSON object using one of JSON libraries, e.g. jackson or json-simple.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions