pub fn carregar_chaves_api() -> Result<Vec<String>>Expand description
Loads API keys using the four-layer precedence hierarchy:
CONTEXT7_API_KEYSruntime env var (highest priority)- XDG config
~/.config/context7/config.toml .envfile in the current working directoryCONTEXT7_API_KEYScompile-time env var (lowest priority)
Returns an error only if NO layer provides valid keys.