UNPKG

@devma/qloo

Version:

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

18 lines 586 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import { insightsGetInsights } from "../funcs/insightsGetInsights.js"; import { ClientSDK } from "../lib/sdks.js"; import { unwrapAsync } from "../types/fp.js"; export class Insights extends ClientSDK { /** * Insights API Deep Dive * * @remarks * Returns taste-based insights based on the input parameters you provide. */ async getInsights(request, options) { return unwrapAsync(insightsGetInsights(this, request, options)); } } //# sourceMappingURL=insights.js.map