akkudoktoreos.server.eos.fastapi_config_get_key

akkudoktoreos.server.eos.fastapi_config_get_key(path: str = Path(PydanticUndefined)) Response

Get the value of a nested key or index in the config model.

Parameters:

path (str) – The nested path to the key (e.g., “general/latitude” or “optimize/nested_list/0”).

Returns:

The value of the selected nested key.

Return type:

value (Any)