@hey-api/client-fetch Returns response as Blob for Accept: "application/ld+json" #1288
Labels
bug 🔥
Something isn't working
prioritized 🚚
This issue has been prioritized and will be worked on soon
Milestone
Description
It seems that when passing header to Accept ld+json format, the response returned is a Blob instead of a json.
E.g. I initialize the client as such:
And when logging, I get such result for response.data:
data: Blob { size: 162241, type: 'application/ld+json;charset=utf-8' },
Reproducible example or configuration
No response
OpenAPI specification (optional)
No response
System information (optional)
No response
The text was updated successfully, but these errors were encountered: