pub fn get_token() -> Option<String>Expand description
Retrieves the API token, checking sources in order:
- System keychain (preferred for interactive use)
- File at path specified by SOCORRO_API_TOKEN_PATH (for CI/headless environments)
Returns None if no token is found (does not print anything).