Skip to content

Qencode API Client for Node.JS - Containing examples, pre-made scripts and other tools to take full advantage of the Qencode API

License

Notifications You must be signed in to change notification settings

Qencode-Corp/qencode-api-nodejs-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Qencode API Client for Node.JS - Containing examples, pre-made scripts and other tools to take full advantage of the Qencode API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •