UNPKG

@devma/qloo

Version:

TypeScript SDK for the Qloo Insights API - Generate taste-based insights and recommendations

22 lines 769 B
"use strict"; /* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Insights = void 0; const insightsGetInsights_js_1 = require("../funcs/insightsGetInsights.js"); const sdks_js_1 = require("../lib/sdks.js"); const fp_js_1 = require("../types/fp.js"); class Insights extends sdks_js_1.ClientSDK { /** * Insights API Deep Dive * * @remarks * Returns taste-based insights based on the input parameters you provide. */ async getInsights(request, options) { return (0, fp_js_1.unwrapAsync)((0, insightsGetInsights_js_1.insightsGetInsights)(this, request, options)); } } exports.Insights = Insights; //# sourceMappingURL=insights.js.map