biztoc
Set BizToc key
Source Code: [link]
openbb.keys.biztoc(key: str, persist: bool = False, show_output: bool = False)
Parameters
Name | Type | Description | Default | Optional |
---|---|---|---|---|
key | str | API key | None | False |
persist | bool | If False, api key change will be contained to where it was changed. For example, a Jupyter notebook session. If True, api key change will be global, i.e. it will affect terminal environment variables. By default, False. | False | True |
show_output | bool | Display status string or not. By default, False. | False | True |
Returns
Type | Description |
---|---|
str | Status of key set |
Examples
from openbb_terminal.sdk import openbb
openbb.keys.biztoc(key="example_key")