MCPcopy Create free account
hub / github.com/astercloud/aster / getInsights

Method getInsights

studio/src/api/client.ts:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120
121 // Insights
122 async getInsights(): Promise<Insight[]> {
123 return this.fetch<Insight[]>('/dashboard/insights');
124 }
125
126 // Pricing
127 async getPricing(): Promise<Record<string, ModelPricing>> {

Callers 1

useInsightsFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected