Hi guys,
!'m calling a rest API from PB, but instead or returning a JSON, this API returns a PNG (QRCode, to be specific). When I use the code:
restClient.sendGetRequest(as_url, as_jsonRet)
the as_jsonRet gets the content "PNG
".
How should I proceed as to get this image retrieved and displayed in PB? Below is a print as Postman returns it.
Thanks a lot!!!