Skip to contents

Checks in order: (1) session value set via set_api_key(), (2) environment variable UNITCM_API_KEY, (3) system keyring.

Usage

get_api_key()

Value

A character string, or NULL if no API key is found.

Examples

if (FALSE) { # \dontrun{
get_api_key()
} # }