Open DarkoKukovec opened 11 months ago
No
Sometimes, the server doesn't implement the response as expected, so we should hand e this.
We should add a browserParsingMethod property into the network config:
browserParsingMethod
all
json
application/vnd.api+json
application/json
strict
Relevant version
Relevant libraries
Breaking change
No
Description
Sometimes, the server doesn't implement the response as expected, so we should hand e this.
We should add a
browserParsingMethod
property into the network config:all
- the current implementation, default in order to not break backwards compatibilityjson
- parse onlyapplication/vnd.api+json
andapplication/json
responses, ignore the reststrict
- parse onlyapplication/vnd.api+json
responses, ignore the rest