I am trying to use esponce.com REST API to create QR codes. The request is in JSON format, but the response returned can be set to: png (default), jpg, bmp, tif, xaml, svg, eps, txt, html, zip.
Question is, how do I deal with this? Let's say I use the default png; I just get a raw image response back. If I connect that to an "image" widget, nothing shows up.
The API call is something like: "https://esponce.com/api/v3/generate?c..."
BTW, I did look at the answer to: https://getsatisfaction.com/apperyio/... , but this does not work for me, since I need to get the image response back and store it in the database, and later display the QR code even if the device is not online. So, just putting it as an embedded URL is not an option.
Thanks,
-Kal.