I just got an app api key. My project is open sourced on github if I commit the part wich exploit tmdb API via wrapper the app key will be exposed. Is it allowed or no ? Or do I have to make the app key a config object
thanks for your inputs.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 2 de outubro do 2012 ás 1:02PM
For something like this, I would make it a config object and require your users to get their own key.
Resposta de ka2er
no 2 de outubro do 2012 ás 1:13PM
thanks for the answer. fortunatelly I asked before pushing !
Resposta de Travis Bell
no 2 de outubro do 2012 ás 1:39PM
Well, the one thing to remember is that all it would take is one of the people who downloaded your project to abuse our API in some way and your entire app (every single user who downloaded it) would be taken offline if the API key got revoked.