bearFactory()
Home > @gooddata/sdk-backend-bear > bearFactory
bearFactory() function
Returns function which creates instances of Analytical Backend implementation which works with the 'bear' version of the GoodData platform.
Signature:
declare function bearFactory(config?: IAnalyticalBackendConfig, implConfig?: any): IAnalyticalBackend;
Parameters
Parameter | Type | Description |
---|---|---|
config | IAnalyticalBackendConfig | (Optional) analytical backend configuration, may be omitted and provided later |
implConfig | any | (Optional) bear client specific configuration, may be omitted at this point but it cannot be provided later |
Returns: