How to initialize the WaveAssist SDK
Learn how to initialize the WaveAssist SDK in your Python project.
First, install the WaveAssist package using pip:
You can also specify an environment when initializing the SDK:
Parameter | Type | Required | Description |
---|---|---|---|
token | string | Yes | Your API token for authentication |
project_key | string | Yes | Your project identifier |
environment_key | string | No | Environment to use (defaults to project_key_default) |
How to initialize the WaveAssist SDK
Learn how to initialize the WaveAssist SDK in your Python project.
First, install the WaveAssist package using pip:
You can also specify an environment when initializing the SDK:
Parameter | Type | Required | Description |
---|---|---|---|
token | string | Yes | Your API token for authentication |
project_key | string | Yes | Your project identifier |
environment_key | string | No | Environment to use (defaults to project_key_default) |