Get the current authentication token for the 'Telraam' API
Source:R/api_state.R
get_telraam_token.Rd
Get the current authentication token for the 'Telraam' API
Value
Token currently used, set by set_telraam_token()
Examples
my_token <- "MyTelraamToken"
set_telraam_token(my_token)
get_telraam_token()
#> [1] "MyTelraamToken"