fhsu-csci441-team-a / myTrafficWizard

Repo to house code for the myTrafficWizard app
0 stars 0 forks source link

Add basefetchretry file #58

Closed fhsu-tbanderson closed 9 months ago

fhsu-tbanderson commented 9 months ago

The is an initial commit of a base class that will be used for retries on the web API requests - model classes will extend it without having to repeat the retry logic.