@dolbyio/dolbyio-rest-apis-client
Version:
Node.JS wrapper for the Dolby OptiView REST APIs
177 lines (172 loc) • 11.9 kB
JavaScript
;
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.uploadFile = exports.getUploadUrl = exports.getDownloadUrl = exports.downloadFile = void 0;
var _httpHelpers = require("./internal/httpHelpers");
var _httpHelpers2 = require("../internal/httpHelpers");
var Urls = _interopRequireWildcard(require("../urls"));
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, "default": e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
function _regenerator() { /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag"; function i(r, n, o, i) { var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype); return _regeneratorDefine2(u, "_invoke", function (r, n, o) { var i, c, u, f = 0, p = o || [], y = !1, G = { p: 0, n: 0, v: e, a: d, f: d.bind(e, 4), d: function d(t, r) { return i = t, c = 0, u = e, G.n = r, a; } }; function d(r, n) { for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { var o, i = p[t], d = G.p, l = i[2]; r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); } if (o || r > 1) return a; throw y = !0, n; } return function (o, p, l) { if (f > 1) throw TypeError("Generator is already running"); for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); try { if (f = 2, i) { if (c || (o = "next"), t = i[o]) { if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); if (!t.done) return t; u = t.value, c < 2 && (c = 0); } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); i = e; } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; } catch (t) { i = e, c = 1, u = t; } finally { f = 1; } } return { value: t, done: y }; }; }(r, o, i), !0), u; } var a = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} t = Object.getPrototypeOf; var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function () { return this; }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); function f(e) { return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function () { return this; }), _regeneratorDefine2(u, "toString", function () { return "[object Generator]"; }), (_regenerator = function _regenerator() { return { w: i, m: f }; })(); }
function _regeneratorDefine2(e, r, n, t) { var i = Object.defineProperty; try { i({}, "", {}); } catch (e) { i = 0; } _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) { function o(r, n) { _regeneratorDefine2(e, r, function (e) { return this._invoke(r, n, e); }); } r ? i ? i(e, r, { value: n, enumerable: !t, configurable: !t, writable: !t }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); }, _regeneratorDefine2(e, r, n, t); }
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
var getUrl = /*#__PURE__*/function () {
var _ref = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(accessToken, endpointUrl, dlbUrl) {
var payload, requestOptions, response;
return _regenerator().w(function (_context) {
while (1) switch (_context.n) {
case 0:
payload = {
url: dlbUrl
};
requestOptions = {
hostname: Urls.getMapiHostname(),
path: endpointUrl,
headers: {
Accept: 'application/json',
'Content-Type': 'application/json'
},
accessToken: accessToken,
body: JSON.stringify(payload, null, ' ')
};
_context.n = 1;
return (0, _httpHelpers.sendPost)(requestOptions);
case 1:
response = _context.v;
if (!response.hasOwnProperty('url')) {
_context.n = 2;
break;
}
return _context.a(2, response['url']);
case 2:
return _context.a(2, null);
}
}, _callee);
}));
return function getUrl(_x, _x2, _x3) {
return _ref.apply(this, arguments);
};
}();
/**
* Gets an upload URL.
*
* To use the Dolby provided temporary storage is a two step process.
*
* You start by declaring a dlb:// url that you can reference in any other Media API calls. The response will provide a url where you can put your media. This allows you to use the dlb:// url as a short-cut for a temporary storage location.
*
* You'll be returned a pre-signed url you can use to PUT and upload your media file. The temporary storage should allow you to read and write to the dlb:// locations for a period of at least 24 hours before it is removed.
*
* @param accessToken Access token to use for authentication.
* @param dlbUrl The `url` should be in the form `dlb://object-key` where the object-key can be any alpha-numeric string. The object-key is unique to your account API Key so there is no risk of collision with other users.
*
* @returns The upload URL through a {@link Promise}.
*/
var getUploadUrl = exports.getUploadUrl = /*#__PURE__*/function () {
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(accessToken, dlbUrl) {
return _regenerator().w(function (_context2) {
while (1) switch (_context2.n) {
case 0:
_context2.n = 1;
return getUrl(accessToken, '/media/input', dlbUrl);
case 1:
return _context2.a(2, _context2.v);
}
}, _callee2);
}));
return function getUploadUrl(_x4, _x5) {
return _ref2.apply(this, arguments);
};
}();
/**
* Gets the download URL.
*
* You can download media you previously uploaded with /media/input or media that was generated through another Dolby Media API.
*
* The temporary storage should allow you to read and write to the dlb:// locations for a period of at least 24 hours before it is removed.
*
* @param accessToken Access token to use for authentication.
* @param dlbUrl The `url` should be in the form `dlb://object-key` where the object-key can be any alpha-numeric string. The object-key is unique to your account API Key so there is no risk of collision with other users.
*
* @returns The download URL through a {@link Promise}.
*/
var getDownloadUrl = exports.getDownloadUrl = /*#__PURE__*/function () {
var _ref3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(accessToken, dlbUrl) {
return _regenerator().w(function (_context3) {
while (1) switch (_context3.n) {
case 0:
_context3.n = 1;
return getUrl(accessToken, '/media/output', dlbUrl);
case 1:
return _context3.a(2, _context3.v);
}
}, _callee3);
}));
return function getDownloadUrl(_x6, _x7) {
return _ref3.apply(this, arguments);
};
}();
/**
* Upload a media file to the Dolby.io temporary storage.
*
* The temporary storage should allow you to read and write to the dlb:// locations for a period of at least 24 hours before it is removed.
*
* @param accessToken Access token to use for authentication.
* @param dlbUrl The `url` should be in the form `dlb://object-key` where the object-key can be any alpha-numeric string. The object-key is unique to your account API Key so there is no risk of collision with other users.
* @param filePath Local path of the file you want to upload.
*/
var uploadFile = exports.uploadFile = /*#__PURE__*/function () {
var _ref4 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(accessToken, dlbUrl, filePath) {
var uploadUrl;
return _regenerator().w(function (_context4) {
while (1) switch (_context4.n) {
case 0:
_context4.n = 1;
return getUploadUrl(accessToken, dlbUrl);
case 1:
uploadUrl = _context4.v;
return _context4.a(2, (0, _httpHelpers2.upload)(filePath, uploadUrl));
}
}, _callee4);
}));
return function uploadFile(_x8, _x9, _x0) {
return _ref4.apply(this, arguments);
};
}();
/**
* Download a media file.
*
* You can download media you previously uploaded with /media/input or media that was generated through another Dolby Media API.
*
* The temporary storage should allow you to read and write to the dlb:// locations for a period of at least 24 hours before it is removed.
*
* @param accessToken Access token to use for authentication.
* @param dlbUrl The `url` should be in the form `dlb://object-key` where the object-key can be any alpha-numeric string. The object-key is unique to your account API Key so there is no risk of collision with other users.
* @param filePath Local file path where to download the file to.
*/
var downloadFile = exports.downloadFile = /*#__PURE__*/function () {
var _ref5 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee5(accessToken, dlbUrl, filePath) {
var downloadUrl, idx, requestOptions;
return _regenerator().w(function (_context5) {
while (1) switch (_context5.n) {
case 0:
_context5.n = 1;
return getDownloadUrl(accessToken, dlbUrl);
case 1:
downloadUrl = _context5.v;
downloadUrl = downloadUrl.replace('https://', '');
idx = downloadUrl.indexOf('/');
requestOptions = {
hostname: downloadUrl.substring(0, idx),
path: downloadUrl.substring(idx),
headers: {}
};
return _context5.a(2, (0, _httpHelpers2.download)(filePath, requestOptions));
}
}, _callee5);
}));
return function downloadFile(_x1, _x10, _x11) {
return _ref5.apply(this, arguments);
};
}();