Overview of sdk-backend-bear
Home > @gooddata/sdk-backend-bear
sdk-backend-bear package
This package provides the Analytical Backend implementation for the GoodData platform.
Remarks
You can use this package to communicate with the GoodData platform in a convenient way without concerning yourself with low-level details. The functionality includes but is not limited to: setting and creating metadata objects, running executions, getting settings, getting available workspaces, and more.
For similar package for GoodData Cloud and GoodData.CN, see @gooddata/sdk-backend-tiger
.
Classes
Class | Description |
---|---|
BearAuthProviderBase | Base for other IAuthenticationProvider implementations. |
ContextDeferredAuthProvider | This implementation of authentication provider defers the responsibility for performing authentication to the context in which it exists. |
FixedLoginAndPasswordAuthProvider | This implementation of authentication provider does login with fixed username and password. |
Functions
Function | Description |
---|---|
bearFactory(config, implConfig) | Returns function which creates instances of Analytical Backend implementation which works with the 'bear' version of the GoodData platform. |
Type Aliases
Type Alias | Description |
---|---|
BearBackendConfig | Client-specific configuration for the bear backend allows to specify additional telemetry information. |