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
| name | type | description |
|---|---|---|
| cls | None | None |
| host_: str | str | None |
| token_: str | str | None |
| extra_user_agent_: str | None = None | str | None | None |
| ssl_ca_cert: str | None = None | str | None | None |
| executions_cancellable: bool = False | bool | None |
| proxy: str | None = None | str | None | None |
| custom_headers_: str | None = {} | str | None | None |