Godley / Music-Library

Repo for all FYP work, including meeting logs, implementation, report and any other necessary documents. Will be a mix of tex, python, word and pdf documents
GNU General Public License v2.0
5 stars 3 forks source link

debug option to turn off APIs #323

Closed Godley closed 8 years ago

Godley commented 8 years ago

Should be able to set an environment variable to turn off API scanning (as well as tests). Not all devs will need to be working on that area, so if they don't have an API key they shouldn't really need one. Best place for this to go is ApiManager or in Api itself.

Godley commented 8 years ago

Handled by checking each key exists and not instantiating the class if it does not inside apiManager init