Hi Yurii, Here is some sample data returned by the API. There are around 51000 elements in the array. [ { "graph" : ["89","50","4e","47","0d","0a","1a","0a","00","00","00","0d...
Hi, I have a service in my app that invokes an API which returns an image (.png) as a byte array. I have tested it in a browser and it displays properly. But I'm not able to link that to an image component in my app. I have tried to return the byte array as a json. The structure of the json is [ { &...