gooddata-js v13.5.0

sdk Class

Defined in: src/gooddata.ts:20
Module: sdk

JS SDK

Here is a set of functions that mostly are a thin wraper over the GoodData API. Before calling any of those functions, you need to authenticate with a valid GoodData user credentials. After that, every subsequent call in the current session is authenticated. You can find more about the GD authentication mechanism here.

GD Authentication Mechansim

In this JS SDK library we provide you with a simple login(username, passwd) function that does the magic for you. To fully understand the authentication mechansim, please read Authentication via API article on GoodData Developer Portal

Show:

Methods

Show:

setCustomDomain

(
  • config
)

Defined in src/gooddata.ts:88

Factory for creating SDK instances

Parameters

  • config Object | Null

    object to be passed to SDK constructor