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.
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.