treyturley / FSEJobFinder

A tool to find flights in FSEconomy.
https://treyturley.com/fse-job-finder
0 stars 0 forks source link

the user key should be provided to the FSEDataAPI class by anyone who calls it #14

Closed treyturley closed 1 year ago

treyturley commented 2 years ago

Currently a hardcoded user key is used in the constructor of the FSEDataExport class. see func GetUserKey(). This worked fine for debug and testing with the console app. Now that we are moving to a rest api this key needs to be passed to us by clients of the api.