How to open-source an application that uses API keys [closed]

Don’t know what language you are using, but for example in C/C++ you’d add a include file with the API keys, and then leave it out of source control, instead add a bogus file with explicitly fake API keys. Most languages have one or the other way to include files.

Leave a Comment