I am trying to feed and image component from MySQL data source with no luck. My DB can also be accessed by REST APi and this is the json i get for a particular user.
I would like to be able to use the URL that is inside the Foto Parameter. is this even posible?
{
"Id": 1,
"Nombre": "Diego",
"Apellido": "Cardenas",
"Documento": "Cédula",
"Número": "8-840-3",
"Celular": 653333337,
"Email": "diegc@gmail.com",
"FechaDeEntrada": "2015-01-01T00:00:00.000Z",
"FechaDeSalida": "2022-08-31T00:00:00.000Z",
"ContratoFirmado": 1,
"Review": "5.00",
"Foto": [
{
"url": "http://dbs.lavanda.com.pa/download/noco/Admin/Cleaners/Foto/RHn-0H.png",
"size": 6066,
"title": "cleaners.png",
"mimetype": "image/png"
}
],
"CarnetDeVacunación": 1,
"Banco": "Banco General",
"Tipo_de_cuenta": "Ahorro",
"NombreEnLaCuenta": "diego cardenas",
"NúmeroDeCuenta": 3289692839235,
"CreatedAt": "2022-08-06 00:26:57",
"UpdatedAt": "2022-08-06 00:29:01"
}