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:
const client = createClient({
baseUrl,
headers: {
Accept: "application/ld+json",
},
});
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
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