insights package
Classes
Class | Description |
---|---|
BackendInsightsProxyHandler | Backend proxy handler optimized for Node.js environments Only requires body since URL, headers, and method are determined by configuration |
Functions
Function | Description |
---|---|
createBackendInsightsProxyHandler(config) | Factory function to create a backend proxy handler |
createInsightsPlugin(options) | |
createInsightsStorage(customStorage) | |
createMemoryStorage() | Creates a memory-based storage implementation for server-side or testing environments |
Interfaces
Interface | Description |
---|---|
BackendProxyConfig | Backend proxy handler for Uniform Insights API requests Designed for Node.js environments with proper fetch API types |
InsightsPluginOptions |