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.

``proxy`` is an optional HTTP(S) proxy URL (e.g. ``http://proxy:8080``). When not set, the standard ``HTTPS_PROXY`` / ``https_proxy`` / ``HTTP_PROXY`` / ``http_proxy`` environment variables are checked automatically.

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
proxy: str | None = Nonestr | NoneNone
custom_headers_: str | None = {}str | NoneNone

Returns

No docs