Looking to showcase data from our Solarpanels in an RN App. Despite being new to fetching data from a json api, the tutorials I found online haven't been helpful in my case.
Could someone please review this link and provide some guidance?
Upon accessing the API link with our API Key, this is what shows up in the browser:
{"overview":{
"lastUpdateTime":"2022-02-14 13:57:00",
"lifeTimeData":{"energy":1.7024576E8},
"lastYearData":{"energy":8955.0},
"lastMonthData":{"energy":489.0},
"lastDayData":{"energy":0.0},
"currentPower":{"power":0.0},
"measuredBy":"INVERTER"}
}
Utilizing Ignite by Infinite Red as a boilerplate for this app, there are built-in APISauce functions that I'm not yet familiar with which may simplify things.