Reference Source Test
public class | source

Exports

Extends:

events~EventEmittersrc/base.js~Base → Exports

Exports Class - Provides access to the Mux Data Exports API

Example:

const muxClient = new Mux(accessToken, secret);
const { Data } = muxClient;

// Lists the available video view exports along with URLs to retrieve them
Data.Exports.list();

Test:

Method Summary

Public Methods
public

Lists the available video view exports along with URLs to retrieve them

Public Methods

public list(): Promise source

Lists the available video view exports along with URLs to retrieve them

Return:

Promise

Returns a resolved Promise with a response from the Mux API

Example:

const muxClient = new Mux(accessToken, secret);
const { Data } = muxClient;

// Lists the available video view exports along with URLs to retrieve them
Data.Exports.list();

See: