JamesC-Algonquin / NasaDailyImage

Android Application that displays images from NASA's APOD Gallery
0 stars 0 forks source link

Hardcoded API #8

Open JamesC-Algonquin opened 7 months ago

JamesC-Algonquin commented 7 months ago

NASA API is currently hard coded into application. API should be implemented in a dynamic manner, such that, in the event of API expiry or change, it can be changed without recompiling the entire app.

JamesC-Algonquin commented 6 months ago

Waiting on issue #12 so all queries using API key are in one class.