GoodDataSdk.

create

create() -> GoodDataSdk

Create common GoodDataApiClient and return new GoodDataSdk instance. Custom headers are filtered. Headers with None value are removed. It simplifies usage because headers can be created directly from optional values.

This is preferred way of creating GoodDataSdk, when no tweaks are needed.

Parameters

nametypedescription
clsNoneNone
host_: strstrNone
token_: strstrNone
extra_user_agent_: str | None = Nonestr | NoneNone
ssl_ca_cert: str | None = Nonestr | NoneNone
executions_cancellable: bool = FalseboolNone
custom_headers_: str | None = {}str | NoneNone

Returns

No docs