qencode-api

3.0.1 • Public • Published

qencode-api-node-client

Node library for interacting with the Qencode API.

Installation

npm install qencode-api --save

Usage

Instantiate Qencode API Client:

const qencodeApiClient = await new QencodeApiClient(apiKey);

Or:

const qencodeApiClient = await new QencodeApiClient({key: apiKey, endpoint: 'https://api-us-west.qencode.com'});

Create a new job:

let task = await qencodeApiClient.CreateTask();
await task.Start(transcodingProfiles, videoUrl, transferMethod, payload, OutputPathVariables);

Query an existing job:

let response = await task.GetStatus();

Copyright

Copyright 2018 Qencode, Inc.

Readme

Keywords

none

Package Sidebar

Install

npm i qencode-api

Weekly Downloads

290

Version

3.0.1

License

ISC

Unpacked Size

20.4 kB

Total Files

12

Last publish

Collaborators

  • brootle
  • qencode