I'm pretty new to APIs and am having a hard time applying the sms API.
Is there a way to simply save variables like RINGCENTRAL_CLIENT_ID in the actual script?
Python
I'm pretty new to APIs and am having a hard time applying the sms API.
Is there a way to simply save variables like RINGCENTRAL_CLIENT_ID in the actual script?
Python
Best answer by PhongVu
Absolutely, using the .env or other configurations is just a great way to avoid putting sensitive information such as app credentials, username and password etc, in the code. But if you just want to test or you are sure your code is in a safe place, you can put the value directly on your code.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.