Seeking suggestion on the best approach to communicate with 3rd party "REST" service.
Upon authentication the service provides you with the list of 5 services to get the data from [json]
(names unknown prior to login and must be deserialized / extracted):
List of files and approximate sizes:
-Global Site and users[json] 4Meg
-Global Translations [e.g english] [text substitutions a=b] 200k
-Individual Info 1Meg [json]
-Patching [json] 2k
-local definitions 200k
A mobile app Service has to authenticate, download the files, extract data and pass to it the UI bindings,
because it takes way too long to extract the needed collections.
Any suggestions will be appreciated.
Thank you