powered by
Return the state of the 'Telraam' API. Determine if updates can be made.
get_api_state(key = get_telraam_token())
Boolean: TRUE if the API responds well, FALSE otherwise.
the API key (set by the set_telraam_token function - default -, or directly filled).
my_token <- 'ThisIsNotAValidToken' get_api_state(my_token)
Run the code above in your browser using DataLab