ac-bundle-module-api-luminati
api/luminati.js
A module for ac-bundle-app, published by ac-bundle-module.
Available Methods: requestCallback
requestCallback
async function(callback, errorCallback, type, url, method, data, headers) {…
if (!app.has(type)) type = "static";
if (config.api.log.url) console.log(url);
var proxyUrl = config.luminati.url[type];
var result = await app.utils.proxy.fetch(proxyUrl, url, method,