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.
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Travis Bell válaszolt
Beküldve: 2012. október 2. 13:02
For something like this, I would make it a config object and require your users to get their own key.
ka2er válaszolt
Beküldve: 2012. október 2. 13:13
thanks for the answer. fortunatelly I asked before pushing !
Travis Bell válaszolt
Beküldve: 2012. október 2. 13:39
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.