The timesheets.com API was updated and required that new API key and authorization token are generated. The instructions were not clear but both needed to be updated. Testing with only the API key updated resulted in errors that were not being logged. Need to output the errors to the log file. Also, because data were not being returned, the code retried to the maximum time, which slowed development. It would be useful to have a configuration file property to indicate the maximum retries, and set to 0 for no retries.
The timesheets.com API was updated and required that new API key and authorization token are generated. The instructions were not clear but both needed to be updated. Testing with only the API key updated resulted in errors that were not being logged. Need to output the errors to the log file. Also, because data were not being returned, the code retried to the maximum time, which slowed development. It would be useful to have a configuration file property to indicate the maximum retries, and set to 0 for no retries.