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
The data returned by the API is in a binary string format.
Adding responseType: "stream" makes the return type as an object. This helps in parsing the response and downloading the image returned by the API by calling the pipe().
The
data
returned by the API is in a binary string format.Adding
responseType: "stream"
makes the return type as an object. This helps in parsing the response and downloading the image returned by the API by calling thepipe()
.The text was updated successfully, but these errors were encountered: