In MCS: 37 End to End Custom API Demo, we learned how to connect to a third party and get back data into JSON format through APIs.
The example shown is of a weather API, which returns JSON data.
In MCS: 79 Building APIs for Mobile Application Accelerator (MAX), we learned how in the APIs we can write JSON schema that can be used to fill data in the MAX.
My question is: suppose I am able to implement both the videos separately, is it possible to integrate these two videos? Or in other words, how would you create a simple weather app that fetches the JSON data from some weather API but puts that JSON data into the JSON schema which can be used to display temperature in an app created by MAX.
Thanks,
Karteek