DestinyItemManager / dim-mobile-client

DIM Mobile Client for Android, iOS, and Windows 10 Mobile
4 stars 3 forks source link

Import Manifest Data #10

Open SunburnedGoose opened 8 years ago

SunburnedGoose commented 8 years ago

The API uses a manifest file to provide static data and give context to the API results. The app needs to routinely download this data and save it into our app's storage for reference. The manifest data is updated after Destiny maintenance windows, and users will have to download the latest manifest data on next use. If they do not get latest, then our app will fail in subtle and not so subtle ways.

Tasks