I'm planning to use HERE Fleet Telematics API. However I'm not sure about if it's okay or not to expose apiKey
What is the best practice to call the API? call it directly via client or make client calls to my backend server and have the server make request to HERE API ?
Thank you!