Problem:
API_KEY environment variable may conflict with other "API_KEYs" environment variables, for projects using multiple APIs.
For consistency across opensource snippets of code made by community, could you in your opensource repositories and documentation propose some standard?
E.g. SPEECHMATICS_API_KEY or sth like that environment variable to :
- reduce risk of conflict with other APIs , snippets, code examples etc variables
- make maintanance (of config files
.ENV etc or debugging and seeing this environment variable and immediately knowing from where it comes from and if it's properly used in production) easier?
Problem:
API_KEY environment variable may conflict with other "API_KEYs" environment variables, for projects using multiple APIs.
For consistency across opensource snippets of code made by community, could you in your opensource repositories and documentation propose some standard?
E.g.
SPEECHMATICS_API_KEYor sth like that environment variable to :.ENVetc or debugging and seeing this environment variable and immediately knowing from where it comes from and if it's properly used in production) easier?