@devma/qloo
Version:
TypeScript SDK for the Qloo Insights API - Generate taste-based insights and recommendations
23 lines • 811 B
JavaScript
;
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Qloo = void 0;
const sdks_js_1 = require("../lib/sdks.js");
const audiences_js_1 = require("./audiences.js");
const insights_js_1 = require("./insights.js");
const tags_js_1 = require("./tags.js");
class Qloo extends sdks_js_1.ClientSDK {
get insights() {
return (this._insights ?? (this._insights = new insights_js_1.Insights(this._options)));
}
get audiences() {
return (this._audiences ?? (this._audiences = new audiences_js_1.Audiences(this._options)));
}
get tags() {
return (this._tags ?? (this._tags = new tags_js_1.Tags(this._options)));
}
}
exports.Qloo = Qloo;
//# sourceMappingURL=sdk.js.map