You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone has any luck with an endpoint that returns an image?
I get the error:
Argument 2 passed to Muffin\Webservice\Webservice\Webservice::_transformResource() must be of the type array, null given, called in .../vendor/muffin/webservice/src/Webservice/Webservice.php
The text was updated successfully, but these errors were encountered:
You might have more luck returning it as a string. Use something like a base64 encode to convert it to a string and then it could be returned in json, if you're web service responds with json.
Has anyone has any luck with an endpoint that returns an image?
I get the error:
The text was updated successfully, but these errors were encountered: