If you test the API connection when calling the freshdesk_client function, the message returned contains a typo on the following line:
message(paste0("Valid API client. ", httr::headers(resp)$`x-ratelimit-remaining`, " API calls of ",
httr::headers(resp)$`x-ratelimit-total`, " remainging."))
If you test the API connection when calling the
freshdesk_client
function, the message returned contains a typo on the following line:It should read remaining not remainging