new DataService()
- Source:
Methods
(static) self.getCachedStorage()
Retrieves data from local storage if the following conditions are met
1. System setting is stored in local storage AND
2. System date exists and is equal to todays date AND
3. Assessor data exists in local storage AND FINALLY
4. Provider data exists in local storage
- Source:
Returns:
Null if nothing exists in cache or a Services.StorageData object containing cached results
(static) self.pull()
Issue a GET request for the given URL.
- Source:
Returns:
The response as a promise