Skip to content

added sandbox mode to OrderRequest - #30

Open
farther wants to merge 4 commits into
revdotcom:developfrom
farther:develop
Open

added sandbox mode to OrderRequest#30
farther wants to merge 4 commits into
revdotcom:developfrom
farther:develop

Conversation

@farther

@farther farther commented Apr 10, 2022

Copy link
Copy Markdown

example:

 input = Rev::Input.new(uri: input_uri)
    caption_options = Rev::CaptionOptions.new(
      [input],
      {
        output_file_formats: ['SubRip'],
        subtitle_languages: %w[ru zh-si]
      }
    )
    options = { sandbox_mode: true, caption_options: caption_options }
    order_request = Rev::OrderRequest.new(options)

    order_number = rev_client.submit_order(order_request)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant